pub struct DroneStatus { /* private fields */ }Expand description
Status of a drone
Auto Trait Implementations§
impl Freeze for DroneStatus
impl RefUnwindSafe for DroneStatus
impl Send for DroneStatus
impl Sync for DroneStatus
impl Unpin for DroneStatus
impl UnwindSafe for DroneStatus
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