pub struct I64QCodec {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I64QCodec
impl RefUnwindSafe for I64QCodec
impl Send for I64QCodec
impl Sync for I64QCodec
impl Unpin for I64QCodec
impl UnwindSafe for I64QCodec
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