pub struct ObjectAssociation {
pub id: String,
/* private fields */
}Fields§
§id: StringTrait Implementations§
Source§impl Clone for ObjectAssociation
impl Clone for ObjectAssociation
Source§fn clone(&self) -> ObjectAssociation
fn clone(&self) -> ObjectAssociation
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 ObjectAssociation
impl Debug for ObjectAssociation
Source§impl<'de> Deserialize<'de> for ObjectAssociation
impl<'de> Deserialize<'de> for ObjectAssociation
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
Source§impl PartialEq for ObjectAssociation
impl PartialEq for ObjectAssociation
Source§impl Serialize for ObjectAssociation
impl Serialize for ObjectAssociation
impl StructuralPartialEq for ObjectAssociation
Auto Trait Implementations§
impl Freeze for ObjectAssociation
impl RefUnwindSafe for ObjectAssociation
impl Send for ObjectAssociation
impl Sync for ObjectAssociation
impl Unpin for ObjectAssociation
impl UnwindSafe for ObjectAssociation
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