pub struct PropertyAssociation {
pub essential: bool,
pub property_index: u16,
}Fields§
§essential: bool§property_index: u16Trait Implementations§
Source§impl Clone for PropertyAssociation
impl Clone for PropertyAssociation
Source§fn clone(&self) -> PropertyAssociation
fn clone(&self) -> PropertyAssociation
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 PropertyAssociation
impl Debug for PropertyAssociation
Source§impl Default for PropertyAssociation
impl Default for PropertyAssociation
Source§fn default() -> PropertyAssociation
fn default() -> PropertyAssociation
Returns the “default value” for a type. Read more
Source§impl PartialEq for PropertyAssociation
impl PartialEq for PropertyAssociation
impl Eq for PropertyAssociation
impl StructuralPartialEq for PropertyAssociation
Auto Trait Implementations§
impl Freeze for PropertyAssociation
impl RefUnwindSafe for PropertyAssociation
impl Send for PropertyAssociation
impl Sync for PropertyAssociation
impl Unpin for PropertyAssociation
impl UnwindSafe for PropertyAssociation
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