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