pub enum QueuedKind {
Steering,
Direct,
}Variants§
Trait Implementations§
Source§impl Clone for QueuedKind
impl Clone for QueuedKind
Source§fn clone(&self) -> QueuedKind
fn clone(&self) -> QueuedKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QueuedKind
Source§impl Debug for QueuedKind
impl Debug for QueuedKind
impl Eq for QueuedKind
Source§impl PartialEq for QueuedKind
impl PartialEq for QueuedKind
impl StructuralPartialEq for QueuedKind
Auto Trait Implementations§
impl Freeze for QueuedKind
impl RefUnwindSafe for QueuedKind
impl Send for QueuedKind
impl Sync for QueuedKind
impl Unpin for QueuedKind
impl UnsafeUnpin for QueuedKind
impl UnwindSafe for QueuedKind
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