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