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