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