Struct tailwind_css::ImportantSet
source · pub struct ImportantSet { /* private fields */ }
Expand description
The css-global-attribute
system.
Implementations§
Trait Implementations§
source§impl AddAssign for ImportantSet
impl AddAssign for ImportantSet
source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moresource§impl Clone for ImportantSet
impl Clone for ImportantSet
source§fn clone(&self) -> ImportantSet
fn clone(&self) -> ImportantSet
Returns a copy 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 ImportantSet
impl Debug for ImportantSet
source§impl Default for ImportantSet
impl Default for ImportantSet
source§fn default() -> ImportantSet
fn default() -> ImportantSet
Returns the “default value” for a type. Read more
source§impl Display for ImportantSet
impl Display for ImportantSet
source§impl Hash for ImportantSet
impl Hash for ImportantSet
source§impl Ord for ImportantSet
impl Ord for ImportantSet
source§fn cmp(&self, other: &ImportantSet) -> Ordering
fn cmp(&self, other: &ImportantSet) -> 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 ImportantSet
impl PartialEq for ImportantSet
source§fn eq(&self, other: &ImportantSet) -> bool
fn eq(&self, other: &ImportantSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ImportantSet
impl PartialOrd for ImportantSet
source§fn partial_cmp(&self, other: &ImportantSet) -> Option<Ordering>
fn partial_cmp(&self, other: &ImportantSet) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ImportantSet
impl StructuralEq for ImportantSet
impl StructuralPartialEq for ImportantSet
Auto Trait Implementations§
impl RefUnwindSafe for ImportantSet
impl Send for ImportantSet
impl Sync for ImportantSet
impl Unpin for ImportantSet
impl UnwindSafe for ImportantSet
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