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