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