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