pub struct AttributesResult {
pub odata: ODataLinks,
pub attributes: Attributes,
pub description: String,
pub id: String,
pub name: String,
}Fields§
§odata: ODataLinks§attributes: Attributes§description: String§id: String§name: StringTrait Implementations§
Source§impl Clone for AttributesResult
impl Clone for AttributesResult
Source§fn clone(&self) -> AttributesResult
fn clone(&self) -> AttributesResult
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 AttributesResult
impl Debug for AttributesResult
Source§impl<'de> Deserialize<'de> for AttributesResult
impl<'de> Deserialize<'de> for AttributesResult
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
Auto Trait Implementations§
impl Freeze for AttributesResult
impl RefUnwindSafe for AttributesResult
impl Send for AttributesResult
impl Sync for AttributesResult
impl Unpin for AttributesResult
impl UnsafeUnpin for AttributesResult
impl UnwindSafe for AttributesResult
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