pub struct KeyMeta {
pub column: &'static str,
pub is_identity: bool,
pub ignore_in_update: bool,
pub ignore_in_insert: bool,
}Fields§
§column: &'static str§is_identity: bool§ignore_in_update: bool§ignore_in_insert: boolAuto Trait Implementations§
impl Freeze for KeyMeta
impl RefUnwindSafe for KeyMeta
impl Send for KeyMeta
impl Sync for KeyMeta
impl Unpin for KeyMeta
impl UnsafeUnpin for KeyMeta
impl UnwindSafe for KeyMeta
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