pub struct DriveLocation { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl Clone for DriveLocation
impl Clone for DriveLocation
Source§fn clone(&self) -> DriveLocation
fn clone(&self) -> DriveLocation
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 moreSource§impl Debug for DriveLocation
impl Debug for DriveLocation
Auto Trait Implementations§
impl Freeze for DriveLocation
impl RefUnwindSafe for DriveLocation
impl Send for DriveLocation
impl Sync for DriveLocation
impl Unpin for DriveLocation
impl UnwindSafe for DriveLocation
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