pub struct BlockTimeEncoder<'e>(/* private fields */);Expand description
The encoder for the BlockTime type.
Trait Implementations§
Source§impl<'e> Clone for BlockTimeEncoder<'e>
impl<'e> Clone for BlockTimeEncoder<'e>
Source§fn clone(&self) -> BlockTimeEncoder<'e>
fn clone(&self) -> BlockTimeEncoder<'e>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'e> Debug for BlockTimeEncoder<'e>
impl<'e> Debug for BlockTimeEncoder<'e>
Source§impl<'e> Encoder for BlockTimeEncoder<'e>
impl<'e> Encoder for BlockTimeEncoder<'e>
Auto Trait Implementations§
impl<'e> Freeze for BlockTimeEncoder<'e>
impl<'e> RefUnwindSafe for BlockTimeEncoder<'e>
impl<'e> Send for BlockTimeEncoder<'e>
impl<'e> Sync for BlockTimeEncoder<'e>
impl<'e> Unpin for BlockTimeEncoder<'e>
impl<'e> UnsafeUnpin for BlockTimeEncoder<'e>
impl<'e> UnwindSafe for BlockTimeEncoder<'e>
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