pub struct GetAttributesCommand { /* private fields */ }Available on crate features
DOM and Runtime only.Expand description
Returns attributes for the specified node.
Implementations§
Trait Implementations§
Source§impl Clone for GetAttributesCommand
impl Clone for GetAttributesCommand
Source§fn clone(&self) -> GetAttributesCommand
fn clone(&self) -> GetAttributesCommand
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 Command for GetAttributesCommand
impl Command for GetAttributesCommand
Source§impl Debug for GetAttributesCommand
impl Debug for GetAttributesCommand
Source§impl Deref for GetAttributesCommand
impl Deref for GetAttributesCommand
Source§impl<'de> Deserialize<'de> for GetAttributesCommand
impl<'de> Deserialize<'de> for GetAttributesCommand
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 GetAttributesCommand
impl RefUnwindSafe for GetAttributesCommand
impl Send for GetAttributesCommand
impl Sync for GetAttributesCommand
impl Unpin for GetAttributesCommand
impl UnwindSafe for GetAttributesCommand
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