pub struct Autopilot {
pub name: Option<String>,
}Fields§
§name: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Autopilot
impl RefUnwindSafe for Autopilot
impl Send for Autopilot
impl Sync for Autopilot
impl Unpin for Autopilot
impl UnwindSafe for Autopilot
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