pub enum ListStyleImageValue {
Initial,
Inherit,
Revert,
RevertLayer,
Unset,
None,
}Variants§
Implementations§
Source§impl ListStyleImageValue
impl ListStyleImageValue
Sourcepub const fn is_initial(&self) -> bool
pub const fn is_initial(&self) -> bool
Returns true if the enum is ListStyleImageValue::Initial otherwise false
Sourcepub const fn is_inherit(&self) -> bool
pub const fn is_inherit(&self) -> bool
Returns true if the enum is ListStyleImageValue::Inherit otherwise false
Sourcepub const fn is_revert(&self) -> bool
pub const fn is_revert(&self) -> bool
Returns true if the enum is ListStyleImageValue::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 ListStyleImageValue::RevertLayer otherwise false
Trait Implementations§
Source§impl Clone for ListStyleImageValue
impl Clone for ListStyleImageValue
Source§fn clone(&self) -> ListStyleImageValue
fn clone(&self) -> ListStyleImageValue
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 ListStyleImageValue
impl Debug for ListStyleImageValue
Source§impl Display for ListStyleImageValue
impl Display for ListStyleImageValue
Source§impl PartialEq for ListStyleImageValue
impl PartialEq for ListStyleImageValue
impl StructuralPartialEq for ListStyleImageValue
impl UnitDataType<ListStyleImage<ListStyleImageValue>> for ListStyleImageValue
Auto Trait Implementations§
impl Freeze for ListStyleImageValue
impl RefUnwindSafe for ListStyleImageValue
impl Send for ListStyleImageValue
impl Sync for ListStyleImageValue
impl Unpin for ListStyleImageValue
impl UnwindSafe for ListStyleImageValue
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