Struct database_reflection::reflection::ConstraintKeyPair
source · pub struct ConstraintKeyPair {
pub local: Arc<Column>,
pub foreign: Arc<Column>,
}
Fields§
§local: Arc<Column>
§foreign: Arc<Column>
Trait Implementations§
source§impl Clone for ConstraintKeyPair
impl Clone for ConstraintKeyPair
source§fn clone(&self) -> ConstraintKeyPair
fn clone(&self) -> ConstraintKeyPair
Returns a copy 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 ConstraintKeyPair
impl Debug for ConstraintKeyPair
source§impl Default for ConstraintKeyPair
impl Default for ConstraintKeyPair
source§fn default() -> ConstraintKeyPair
fn default() -> ConstraintKeyPair
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ConstraintKeyPair
impl<'de> Deserialize<'de> for ConstraintKeyPair
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ConstraintKeyPair
impl Send for ConstraintKeyPair
impl Sync for ConstraintKeyPair
impl Unpin for ConstraintKeyPair
impl UnwindSafe for ConstraintKeyPair
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