pub enum DenoConfigFile {
DenoJson,
DenoJsonc,
}Expand description
Common Deno config file labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DenoConfigFile
impl Clone for DenoConfigFile
Source§fn clone(&self) -> DenoConfigFile
fn clone(&self) -> DenoConfigFile
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 moreSource§impl Debug for DenoConfigFile
impl Debug for DenoConfigFile
Source§impl Hash for DenoConfigFile
impl Hash for DenoConfigFile
Source§impl Ord for DenoConfigFile
impl Ord for DenoConfigFile
Source§fn cmp(&self, other: &DenoConfigFile) -> Ordering
fn cmp(&self, other: &DenoConfigFile) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DenoConfigFile
impl PartialEq for DenoConfigFile
Source§fn eq(&self, other: &DenoConfigFile) -> bool
fn eq(&self, other: &DenoConfigFile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DenoConfigFile
impl PartialOrd for DenoConfigFile
impl Copy for DenoConfigFile
impl Eq for DenoConfigFile
impl StructuralPartialEq for DenoConfigFile
Auto Trait Implementations§
impl Freeze for DenoConfigFile
impl RefUnwindSafe for DenoConfigFile
impl Send for DenoConfigFile
impl Sync for DenoConfigFile
impl Unpin for DenoConfigFile
impl UnsafeUnpin for DenoConfigFile
impl UnwindSafe for DenoConfigFile
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