pub struct ForeignKeysInfo { /* private fields */ }Available on crate features
sqlite and def only.Expand description
Indexes the foreign keys
Trait Implementations§
Source§impl Clone for ForeignKeysInfo
impl Clone for ForeignKeysInfo
Source§fn clone(&self) -> ForeignKeysInfo
fn clone(&self) -> ForeignKeysInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ForeignKeysInfo
impl Debug for ForeignKeysInfo
Source§impl Default for ForeignKeysInfo
impl Default for ForeignKeysInfo
Source§fn default() -> ForeignKeysInfo
fn default() -> ForeignKeysInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ForeignKeysInfo
impl RefUnwindSafe for ForeignKeysInfo
impl Send for ForeignKeysInfo
impl Sync for ForeignKeysInfo
impl Unpin for ForeignKeysInfo
impl UnwindSafe for ForeignKeysInfo
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