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