pub enum ParsedIcssFactKind {
ExportName,
ImportLocalName,
ImportRemoteName,
ImportSource,
}Variants§
Trait Implementations§
Source§impl Clone for ParsedIcssFactKind
impl Clone for ParsedIcssFactKind
Source§fn clone(&self) -> ParsedIcssFactKind
fn clone(&self) -> ParsedIcssFactKind
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 ParsedIcssFactKind
impl Debug for ParsedIcssFactKind
Source§impl Ord for ParsedIcssFactKind
impl Ord for ParsedIcssFactKind
Source§fn cmp(&self, other: &ParsedIcssFactKind) -> Ordering
fn cmp(&self, other: &ParsedIcssFactKind) -> 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 ParsedIcssFactKind
impl PartialEq for ParsedIcssFactKind
Source§fn eq(&self, other: &ParsedIcssFactKind) -> bool
fn eq(&self, other: &ParsedIcssFactKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ParsedIcssFactKind
impl PartialOrd for ParsedIcssFactKind
impl Copy for ParsedIcssFactKind
impl Eq for ParsedIcssFactKind
impl StructuralPartialEq for ParsedIcssFactKind
Auto Trait Implementations§
impl Freeze for ParsedIcssFactKind
impl RefUnwindSafe for ParsedIcssFactKind
impl Send for ParsedIcssFactKind
impl Sync for ParsedIcssFactKind
impl Unpin for ParsedIcssFactKind
impl UnsafeUnpin for ParsedIcssFactKind
impl UnwindSafe for ParsedIcssFactKind
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.