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