pub struct EcmaScriptPathMapping { /* private fields */ }Expand description
One validated compiler paths pattern and its repository-normalized targets.
Implementations§
Trait Implementations§
Source§impl Clone for EcmaScriptPathMapping
impl Clone for EcmaScriptPathMapping
Source§fn clone(&self) -> EcmaScriptPathMapping
fn clone(&self) -> EcmaScriptPathMapping
Returns a duplicate of the value. Read more
1.0.0 · 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 EcmaScriptPathMapping
impl Debug for EcmaScriptPathMapping
Source§impl Ord for EcmaScriptPathMapping
impl Ord for EcmaScriptPathMapping
Source§fn cmp(&self, other: &EcmaScriptPathMapping) -> Ordering
fn cmp(&self, other: &EcmaScriptPathMapping) -> Ordering
1.21.0 · 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 EcmaScriptPathMapping
impl PartialEq for EcmaScriptPathMapping
Source§impl PartialOrd for EcmaScriptPathMapping
impl PartialOrd for EcmaScriptPathMapping
impl Eq for EcmaScriptPathMapping
impl StructuralPartialEq for EcmaScriptPathMapping
Auto Trait Implementations§
impl Freeze for EcmaScriptPathMapping
impl RefUnwindSafe for EcmaScriptPathMapping
impl Send for EcmaScriptPathMapping
impl Sync for EcmaScriptPathMapping
impl Unpin for EcmaScriptPathMapping
impl UnwindSafe for EcmaScriptPathMapping
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.