pub struct AttributesParent {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Clone for AttributesParent
impl Clone for AttributesParent
Source§fn clone(&self) -> AttributesParent
fn clone(&self) -> AttributesParent
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 AttributesParent
impl Debug for AttributesParent
Source§impl Default for AttributesParent
impl Default for AttributesParent
Source§fn default() -> AttributesParent
fn default() -> AttributesParent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttributesParent
impl<'de> Deserialize<'de> for AttributesParent
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 AttributesParent
impl PartialEq for AttributesParent
Source§impl Serialize for AttributesParent
impl Serialize for AttributesParent
impl StructuralPartialEq for AttributesParent
Auto Trait Implementations§
impl Freeze for AttributesParent
impl RefUnwindSafe for AttributesParent
impl Send for AttributesParent
impl Sync for AttributesParent
impl Unpin for AttributesParent
impl UnsafeUnpin for AttributesParent
impl UnwindSafe for AttributesParent
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