Enum accessibility_tree::style::values::CssWideKeyword
source · pub enum CssWideKeyword {
Inherit,
Initial,
Unset,
}
Variants§
Trait Implementations§
source§impl Clone for CssWideKeyword
impl Clone for CssWideKeyword
source§fn clone(&self) -> CssWideKeyword
fn clone(&self) -> CssWideKeyword
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 Parse for CssWideKeyword
impl Parse for CssWideKeyword
impl Copy for CssWideKeyword
Auto Trait Implementations§
impl RefUnwindSafe for CssWideKeyword
impl Send for CssWideKeyword
impl Sync for CssWideKeyword
impl Unpin for CssWideKeyword
impl UnwindSafe for CssWideKeyword
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