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