Enum style::properties::LogicalGroup
source · #[repr(u8)]
pub enum LogicalGroup {
Overflow,
BorderStyle,
MaxSize,
BorderRadius,
Padding,
Size,
MinSize,
BorderWidth,
BorderColor,
Inset,
Margin,
}
Expand description
A group for properties which may override each other via logical resolution.
Variants§
Overflow
overflow
BorderStyle
border-style
MaxSize
max-size
BorderRadius
border-radius
Padding
padding
Size
size
MinSize
min-size
BorderWidth
border-width
BorderColor
border-color
Inset
inset
Margin
margin
Trait Implementations§
source§impl Clone for LogicalGroup
impl Clone for LogicalGroup
source§fn clone(&self) -> LogicalGroup
fn clone(&self) -> LogicalGroup
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 Hash for LogicalGroup
impl Hash for LogicalGroup
source§impl PartialEq<LogicalGroup> for LogicalGroup
impl PartialEq<LogicalGroup> for LogicalGroup
source§fn eq(&self, other: &LogicalGroup) -> bool
fn eq(&self, other: &LogicalGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LogicalGroup
impl Eq for LogicalGroup
impl StructuralEq for LogicalGroup
impl StructuralPartialEq for LogicalGroup
Auto Trait Implementations§
impl RefUnwindSafe for LogicalGroup
impl Send for LogicalGroup
impl Sync for LogicalGroup
impl Unpin for LogicalGroup
impl UnwindSafe for LogicalGroup
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert