pub struct UnloadNode;Expand description
Service wrapper for UnloadNode
Trait Implementations§
Source§impl Debug for UnloadNode
impl Debug for UnloadNode
Source§impl ServiceMsg for UnloadNode
impl ServiceMsg for UnloadNode
Source§type Request = UnloadNode_Request
type Request = UnloadNode_Request
The request message type.
Source§type Response = UnloadNode_Response
type Response = UnloadNode_Response
The response message type.
Source§fn type_hash() -> Result<String>
fn type_hash() -> Result<String>
Returns the RIHS01 type hash for this message type. Read more
Source§fn type_support() -> *const c_void
fn type_support() -> *const c_void
Returns an opaque pointer to the service type support structure.
Source§impl ServiceTypeDescription for UnloadNode
impl ServiceTypeDescription for UnloadNode
Source§fn type_description() -> TypeDescriptionMsg
fn type_description() -> TypeDescriptionMsg
Get the type description for this service Read more
Source§fn service_type_name() -> MessageTypeName
fn service_type_name() -> MessageTypeName
Get the service type name information
Auto Trait Implementations§
impl Freeze for UnloadNode
impl RefUnwindSafe for UnloadNode
impl Send for UnloadNode
impl Sync for UnloadNode
impl Unpin for UnloadNode
impl UnsafeUnpin for UnloadNode
impl UnwindSafe for UnloadNode
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