pub struct GetAttributes { /* private fields */ }Expand description
Returns attributes for the specified node.
Implementations§
Trait Implementations§
Source§impl Clone for GetAttributes
impl Clone for GetAttributes
Source§fn clone(&self) -> GetAttributes
fn clone(&self) -> GetAttributes
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 GetAttributes
impl Command for GetAttributes
Source§type Response = GetAttributesResult
type Response = GetAttributesResult
Response type for this command
Source§impl Debug for GetAttributes
impl Debug for GetAttributes
Auto Trait Implementations§
impl Freeze for GetAttributes
impl RefUnwindSafe for GetAttributes
impl Send for GetAttributes
impl Sync for GetAttributes
impl Unpin for GetAttributes
impl UnwindSafe for GetAttributes
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