Struct ros2_client::service::enhanced::EnhancedClientState
source · [−]pub struct EnhancedClientState {}Implementations
sourceimpl EnhancedClientState
impl EnhancedClientState
pub fn new(_client_guid: GUID) -> EnhancedClientState
Auto Trait Implementations
impl RefUnwindSafe for EnhancedClientState
impl Send for EnhancedClientState
impl Sync for EnhancedClientState
impl Unpin for EnhancedClientState
impl UnwindSafe for EnhancedClientState
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