Struct rclrust_msg::composition_interfaces::srv::UnloadNode
source · [−]pub struct UnloadNode;
Trait Implementations
sourceimpl Debug for UnloadNode
impl Debug for UnloadNode
sourceimpl ServiceT for UnloadNode
impl ServiceT for UnloadNode
type Request = UnloadNode_Request
type Response = UnloadNode_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for UnloadNode
impl Send for UnloadNode
impl Sync for UnloadNode
impl Unpin for UnloadNode
impl UnwindSafe for UnloadNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more