pub struct ListExtendedAttributes;
Trait Implementations§
Source§impl Method for ListExtendedAttributes
impl Method for ListExtendedAttributes
Source§type Request = WireNodeListExtendedAttributesRequest
type Request = WireNodeListExtendedAttributesRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for ListExtendedAttributes
impl RefUnwindSafe for ListExtendedAttributes
impl Send for ListExtendedAttributes
impl Sync for ListExtendedAttributes
impl Unpin for ListExtendedAttributes
impl UnwindSafe for ListExtendedAttributes
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