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