pub struct NodeController;
Expand description
The type corresponding to the NodeController protocol. Protocol through which a parent node controls one of its children.
Trait Implementations§
Source§impl ClientCompatFrom<NodeControllerProxy> for NodeController
impl ClientCompatFrom<NodeControllerProxy> for NodeController
Source§fn client_compat_from(
proxy: NodeControllerProxy,
) -> ClientDispatcher<Self, Channel>
fn client_compat_from( proxy: NodeControllerProxy, ) -> ClientDispatcher<Self, Channel>
Converts
proxy
into a Client
for this protocol.Source§impl CompatFrom<NodeController> for NodeControllerMarker
impl CompatFrom<NodeController> for NodeControllerMarker
Source§fn compat_from(_: NodeController) -> Self
fn compat_from(_: NodeController) -> Self
Converts
value
into a value of this type.Source§impl CompatFrom<NodeControllerMarker> for NodeController
impl CompatFrom<NodeControllerMarker> for NodeController
Source§fn compat_from(_: NodeControllerMarker) -> Self
fn compat_from(_: NodeControllerMarker) -> Self
Converts
value
into a value of this type.Source§impl Debug for NodeController
impl Debug for NodeController
Source§impl<___H, ___T> DispatchClientMessage<___H, ___T> for NodeControllerwhere
___H: NodeControllerClientHandler<___T> + Send,
___T: Transport,
<RequestBind as Method>::Response: Decode<<___T as Transport>::RecvBuffer>,
<OnBind as Method>::Response: Decode<<___T as Transport>::RecvBuffer>,
<WaitForDriver as Method>::Response: Decode<<___T as Transport>::RecvBuffer>,
impl<___H, ___T> DispatchClientMessage<___H, ___T> for NodeControllerwhere
___H: NodeControllerClientHandler<___T> + Send,
___T: Transport,
<RequestBind as Method>::Response: Decode<<___T as Transport>::RecvBuffer>,
<OnBind as Method>::Response: Decode<<___T as Transport>::RecvBuffer>,
<WaitForDriver as Method>::Response: Decode<<___T as Transport>::RecvBuffer>,
Source§impl<___H, ___T> DispatchServerMessage<___H, ___T> for NodeControllerwhere
___H: NodeControllerServerHandler<___T> + Send,
___T: Transport,
<RequestBind as Method>::Request: Decode<<___T as Transport>::RecvBuffer>,
impl<___H, ___T> DispatchServerMessage<___H, ___T> for NodeControllerwhere
___H: NodeControllerServerHandler<___T> + Send,
___T: Transport,
<RequestBind as Method>::Request: Decode<<___T as Transport>::RecvBuffer>,
Source§impl PartialEq for NodeController
impl PartialEq for NodeController
Source§impl<___T> Protocol<___T> for NodeControllerwhere
___T: Transport,
impl<___T> Protocol<___T> for NodeControllerwhere
___T: Transport,
impl StructuralPartialEq for NodeController
Auto Trait Implementations§
impl Freeze for NodeController
impl RefUnwindSafe for NodeController
impl Send for NodeController
impl Sync for NodeController
impl Unpin for NodeController
impl UnwindSafe for NodeController
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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T
to [Self
]