pub struct DockingCamera {
pub client: Arc<Client>,
}Fields§
§client: Arc<Client>Implementations§
Source§impl DockingCamera
impl DockingCamera
Source§impl DockingCamera
impl DockingCamera
Trait Implementations§
Source§impl Clone for DockingCamera
impl Clone for DockingCamera
Source§fn clone(&self) -> DockingCamera
fn clone(&self) -> DockingCamera
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DockingCamera
impl RefUnwindSafe for DockingCamera
impl Send for DockingCamera
impl Sync for DockingCamera
impl Unpin for DockingCamera
impl UnwindSafe for DockingCamera
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more