pub struct PkDependent;Expand description
Witness: scalar column allowed because the group key is its table’s primary key (functional dependency).
Auto Trait Implementations§
impl Freeze for PkDependent
impl RefUnwindSafe for PkDependent
impl Send for PkDependent
impl Sync for PkDependent
impl Unpin for PkDependent
impl UnsafeUnpin for PkDependent
impl UnwindSafe for PkDependent
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