pub struct IndexKeyCodec;Implementations§
Auto Trait Implementations§
impl Freeze for IndexKeyCodec
impl RefUnwindSafe for IndexKeyCodec
impl Send for IndexKeyCodec
impl Sync for IndexKeyCodec
impl Unpin for IndexKeyCodec
impl UnsafeUnpin for IndexKeyCodec
impl UnwindSafe for IndexKeyCodec
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