pub struct NoPrimaryKey;Expand description
Marker used for tables that do not define a primary key.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoPrimaryKey
impl RefUnwindSafe for NoPrimaryKey
impl Send for NoPrimaryKey
impl Sync for NoPrimaryKey
impl Unpin for NoPrimaryKey
impl UnsafeUnpin for NoPrimaryKey
impl UnwindSafe for NoPrimaryKey
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