pub enum BorderBottomStyleValue {
Show 15 variants
Initial,
Inherit,
Revert,
RevertLayer,
Unset,
None,
Hidden,
Dotted,
Dashed,
Solid,
Double,
Groove,
Ridge,
Inset,
Outset,
}Variants§
Initial
Inherit
Revert
RevertLayer
Unset
None
Hidden
Dotted
Dashed
Solid
Double
Groove
Ridge
Inset
Outset
Implementations§
Source§impl BorderBottomStyleValue
impl BorderBottomStyleValue
Sourcepub const fn is_initial(&self) -> bool
pub const fn is_initial(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Initial otherwise false
Sourcepub const fn is_inherit(&self) -> bool
pub const fn is_inherit(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Inherit otherwise false
Sourcepub const fn is_revert(&self) -> bool
pub const fn is_revert(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Revert otherwise false
Sourcepub const fn is_revert_layer(&self) -> bool
pub const fn is_revert_layer(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::RevertLayer otherwise false
Sourcepub const fn is_unset(&self) -> bool
pub const fn is_unset(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Unset otherwise false
Sourcepub const fn is_none(&self) -> bool
pub const fn is_none(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::None otherwise false
Returns true if the enum is BorderBottomStyleValue::Hidden otherwise false
Sourcepub const fn is_dotted(&self) -> bool
pub const fn is_dotted(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Dotted otherwise false
Sourcepub const fn is_dashed(&self) -> bool
pub const fn is_dashed(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Dashed otherwise false
Sourcepub const fn is_solid(&self) -> bool
pub const fn is_solid(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Solid otherwise false
Sourcepub const fn is_double(&self) -> bool
pub const fn is_double(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Double otherwise false
Sourcepub const fn is_groove(&self) -> bool
pub const fn is_groove(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Groove otherwise false
Sourcepub const fn is_ridge(&self) -> bool
pub const fn is_ridge(&self) -> bool
Returns true if the enum is BorderBottomStyleValue::Ridge otherwise false
Trait Implementations§
Source§impl Clone for BorderBottomStyleValue
impl Clone for BorderBottomStyleValue
Source§fn clone(&self) -> BorderBottomStyleValue
fn clone(&self) -> BorderBottomStyleValue
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more