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