pub struct GetAttributes;
Trait Implementations§
Source§impl Method for GetAttributes
impl Method for GetAttributes
Source§type Request = WireNodeGetAttributesRequest
type Request = WireNodeGetAttributesRequest
The request payload for the method.
Source§type Response = WireResult<WireNodeAttributes2, WireI32>
type Response = WireResult<WireNodeAttributes2, WireI32>
The response payload for the method.
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