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