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