pub enum RuntimeKind {
File,
Directory,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeKind
impl Clone for RuntimeKind
Source§fn clone(&self) -> RuntimeKind
fn clone(&self) -> RuntimeKind
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 RuntimeKind
Source§impl Debug for RuntimeKind
impl Debug for RuntimeKind
impl Eq for RuntimeKind
Source§impl PartialEq for RuntimeKind
impl PartialEq for RuntimeKind
Source§fn eq(&self, other: &RuntimeKind) -> bool
fn eq(&self, other: &RuntimeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimeKind
Auto Trait Implementations§
impl Freeze for RuntimeKind
impl RefUnwindSafe for RuntimeKind
impl Send for RuntimeKind
impl Sync for RuntimeKind
impl Unpin for RuntimeKind
impl UnsafeUnpin for RuntimeKind
impl UnwindSafe for RuntimeKind
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