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