pub enum PrimaryKeyHint {
WrapOnOverflow,
}Variants§
WrapOnOverflow
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrimaryKeyHint
impl RefUnwindSafe for PrimaryKeyHint
impl Send for PrimaryKeyHint
impl Sync for PrimaryKeyHint
impl Unpin for PrimaryKeyHint
impl UnsafeUnpin for PrimaryKeyHint
impl UnwindSafe for PrimaryKeyHint
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