Struct ros2_client::service::basic::BasicClientState
source · [−]pub struct BasicClientState { /* private fields */ }Implementations
sourceimpl BasicClientState
impl BasicClientState
pub fn new(client_guid: GUID) -> BasicClientState
Auto Trait Implementations
impl RefUnwindSafe for BasicClientState
impl Send for BasicClientState
impl Sync for BasicClientState
impl Unpin for BasicClientState
impl UnwindSafe for BasicClientState
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