pub struct GetAttributesResult {
pub attributes: Vec<String>,
}Fields§
§attributes: Vec<String>An interleaved array of node attribute names and values.
Trait Implementations§
Source§impl Clone for GetAttributesResult
impl Clone for GetAttributesResult
Source§fn clone(&self) -> GetAttributesResult
fn clone(&self) -> GetAttributesResult
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 GetAttributesResult
impl Debug for GetAttributesResult
Source§impl<'de> Deserialize<'de> for GetAttributesResult
impl<'de> Deserialize<'de> for GetAttributesResult
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 GetAttributesResult
impl PartialEq for GetAttributesResult
Source§impl Serialize for GetAttributesResult
impl Serialize for GetAttributesResult
Source§impl TryFrom<Value> for GetAttributesResult
impl TryFrom<Value> for GetAttributesResult
impl StructuralPartialEq for GetAttributesResult
Auto Trait Implementations§
impl Freeze for GetAttributesResult
impl RefUnwindSafe for GetAttributesResult
impl Send for GetAttributesResult
impl Sync for GetAttributesResult
impl Unpin for GetAttributesResult
impl UnsafeUnpin for GetAttributesResult
impl UnwindSafe for GetAttributesResult
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