pub struct GetAttributesReturns {
pub attributes: Vec<String>,
}Expand description
Returns attributes for the specified node.
Fields§
§attributes: Vec<String>An interleaved array of node attribute names and values.
Trait Implementations§
Source§impl Clone for GetAttributesReturns
impl Clone for GetAttributesReturns
Source§fn clone(&self) -> GetAttributesReturns
fn clone(&self) -> GetAttributesReturns
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 GetAttributesReturns
impl Debug for GetAttributesReturns
Source§impl Default for GetAttributesReturns
impl Default for GetAttributesReturns
Source§fn default() -> GetAttributesReturns
fn default() -> GetAttributesReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAttributesReturns
impl<'de> Deserialize<'de> for GetAttributesReturns
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 GetAttributesReturns
impl RefUnwindSafe for GetAttributesReturns
impl Send for GetAttributesReturns
impl Sync for GetAttributesReturns
impl Unpin for GetAttributesReturns
impl UnsafeUnpin for GetAttributesReturns
impl UnwindSafe for GetAttributesReturns
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