pub struct U64ToF64Decoder { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U64ToF64Decoder
impl !RefUnwindSafe for U64ToF64Decoder
impl !Send for U64ToF64Decoder
impl !Sync for U64ToF64Decoder
impl Unpin for U64ToF64Decoder
impl !UnwindSafe for U64ToF64Decoder
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