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