pub enum TravelKind {
Capture,
Move,
}
Variants§
Trait Implementations§
Source§impl Debug for TravelKind
impl Debug for TravelKind
Source§impl PartialEq for TravelKind
impl PartialEq for TravelKind
impl StructuralPartialEq for TravelKind
Auto Trait Implementations§
impl Freeze for TravelKind
impl RefUnwindSafe for TravelKind
impl Send for TravelKind
impl Sync for TravelKind
impl Unpin for TravelKind
impl UnwindSafe for TravelKind
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