pub struct AttributeList {
pub total: i64,
pub attributes: Vec<Attribute>,
}Fields§
§total: i64§attributes: Vec<Attribute>Implementations§
Trait Implementations§
Source§impl Clone for AttributeList
impl Clone for AttributeList
Source§fn clone(&self) -> AttributeList
fn clone(&self) -> AttributeList
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 AttributeList
impl Debug for AttributeList
Source§impl<'de> Deserialize<'de> for AttributeList
impl<'de> Deserialize<'de> for AttributeList
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 Display for AttributeList
impl Display for AttributeList
Auto Trait Implementations§
impl Freeze for AttributeList
impl RefUnwindSafe for AttributeList
impl Send for AttributeList
impl Sync for AttributeList
impl Unpin for AttributeList
impl UnwindSafe for AttributeList
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