pub struct LoadNode;Expand description
Service wrapper for LoadNode
Trait Implementations§
Source§impl ServiceMsg for LoadNode
impl ServiceMsg for LoadNode
Source§type Request = LoadNode_Request
type Request = LoadNode_Request
The request message type.
Source§type Response = LoadNode_Response
type Response = LoadNode_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 LoadNode
impl ServiceTypeDescription for LoadNode
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 LoadNode
impl RefUnwindSafe for LoadNode
impl Send for LoadNode
impl Sync for LoadNode
impl Unpin for LoadNode
impl UnsafeUnpin for LoadNode
impl UnwindSafe for LoadNode
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