Struct rclrust_msg::lifecycle_msgs::srv::GetState
source · [−]pub struct GetState;
Trait Implementations
sourceimpl ServiceT for GetState
impl ServiceT for GetState
type Request = GetState_Request
type Response = GetState_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for GetState
impl Send for GetState
impl Sync for GetState
impl Unpin for GetState
impl UnwindSafe for GetState
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