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