pub struct GeneralPropertyAssociation {
pub name: String,
pub description: Option<String>,
pub base_definition: GeneralPropertyRef,
pub derived_definition: DerivedPropertySelectRef,
}Fields§
§name: String§description: Option<String>§base_definition: GeneralPropertyRef§derived_definition: DerivedPropertySelectRefTrait Implementations§
Source§impl Clone for GeneralPropertyAssociation
impl Clone for GeneralPropertyAssociation
Source§fn clone(&self) -> GeneralPropertyAssociation
fn clone(&self) -> GeneralPropertyAssociation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GeneralPropertyAssociation
impl Debug for GeneralPropertyAssociation
Source§impl PartialEq for GeneralPropertyAssociation
impl PartialEq for GeneralPropertyAssociation
Source§fn eq(&self, other: &GeneralPropertyAssociation) -> bool
fn eq(&self, other: &GeneralPropertyAssociation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeneralPropertyAssociation
Auto Trait Implementations§
impl Freeze for GeneralPropertyAssociation
impl RefUnwindSafe for GeneralPropertyAssociation
impl Send for GeneralPropertyAssociation
impl Sync for GeneralPropertyAssociation
impl Unpin for GeneralPropertyAssociation
impl UnsafeUnpin for GeneralPropertyAssociation
impl UnwindSafe for GeneralPropertyAssociation
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