pub struct FxtBuilder<H> { /* private fields */ }
Implementations§
Source§impl<H: TraceHeader> FxtBuilder<H>
impl<H: TraceHeader> FxtBuilder<H>
Trait Implementations§
Source§impl<H: Clone> Clone for FxtBuilder<H>
impl<H: Clone> Clone for FxtBuilder<H>
Source§fn clone(&self) -> FxtBuilder<H>
fn clone(&self) -> FxtBuilder<H>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<H> Freeze for FxtBuilder<H>where
H: Freeze,
impl<H> RefUnwindSafe for FxtBuilder<H>where
H: RefUnwindSafe,
impl<H> Send for FxtBuilder<H>where
H: Send,
impl<H> Sync for FxtBuilder<H>where
H: Sync,
impl<H> Unpin for FxtBuilder<H>where
H: Unpin,
impl<H> UnwindSafe for FxtBuilder<H>where
H: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more