pub enum RegionFragmentStyleValue {
Auto(Ident),
Break(Ident),
}Expand description
Represents the style value for region-fragment as defined in css-regions-1.
The grammar is defined as:
auto | breakVariants§
Trait Implementations§
Source§impl Clone for RegionFragmentStyleValue
impl Clone for RegionFragmentStyleValue
Source§fn clone(&self) -> RegionFragmentStyleValue
fn clone(&self) -> RegionFragmentStyleValue
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 RegionFragmentStyleValue
impl Debug for RegionFragmentStyleValue
Source§impl Hash for RegionFragmentStyleValue
impl Hash for RegionFragmentStyleValue
Source§impl Ord for RegionFragmentStyleValue
impl Ord for RegionFragmentStyleValue
Source§fn cmp(&self, other: &RegionFragmentStyleValue) -> Ordering
fn cmp(&self, other: &RegionFragmentStyleValue) -> 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<'a> Parse<'a> for RegionFragmentStyleValue
impl<'a> Parse<'a> for RegionFragmentStyleValue
Source§impl PartialEq for RegionFragmentStyleValue
impl PartialEq for RegionFragmentStyleValue
Source§impl PartialOrd for RegionFragmentStyleValue
impl PartialOrd for RegionFragmentStyleValue
Source§impl<'a> Peek<'a> for RegionFragmentStyleValue
impl<'a> Peek<'a> for RegionFragmentStyleValue
Source§impl ToCursors for RegionFragmentStyleValue
impl ToCursors for RegionFragmentStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for RegionFragmentStyleValue
impl StructuralPartialEq for RegionFragmentStyleValue
Auto Trait Implementations§
impl Freeze for RegionFragmentStyleValue
impl RefUnwindSafe for RegionFragmentStyleValue
impl Send for RegionFragmentStyleValue
impl Sync for RegionFragmentStyleValue
impl Unpin for RegionFragmentStyleValue
impl UnwindSafe for RegionFragmentStyleValue
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