pub struct RequestBind;
Trait Implementations§
Source§impl Method for RequestBind
impl Method for RequestBind
Source§type Protocol = NodeController
type Protocol = NodeController
The protocol the method is a member of.
Source§type Request = WireNodeControllerRequestBindRequest
type Request = WireNodeControllerRequestBindRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for RequestBind
impl RefUnwindSafe for RequestBind
impl Send for RequestBind
impl Sync for RequestBind
impl Unpin for RequestBind
impl UnwindSafe for RequestBind
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