pub struct GetExtendedAttribute;
Trait Implementations§
Source§impl Method for GetExtendedAttribute
impl Method for GetExtendedAttribute
Source§type Request = WireNodeGetExtendedAttributeRequest
type Request = WireNodeGetExtendedAttributeRequest
The request payload for the method.
Source§type Response = WireResult<WireExtendedAttributeValue, WireI32>
type Response = WireResult<WireExtendedAttributeValue, WireI32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetExtendedAttribute
impl RefUnwindSafe for GetExtendedAttribute
impl Send for GetExtendedAttribute
impl Sync for GetExtendedAttribute
impl Unpin for GetExtendedAttribute
impl UnwindSafe for GetExtendedAttribute
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