pub struct FlowFromStyleValue(pub NoneOr<CustomIdent>);Expand description
Represents the style value for flow-from as defined in css-regions-1.
The grammar is defined as:
<custom-ident> | noneTuple Fields§
§0: NoneOr<CustomIdent>Trait Implementations§
Source§impl Clone for FlowFromStyleValue
impl Clone for FlowFromStyleValue
Source§fn clone(&self) -> FlowFromStyleValue
fn clone(&self) -> FlowFromStyleValue
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 FlowFromStyleValue
impl Debug for FlowFromStyleValue
Source§impl Hash for FlowFromStyleValue
impl Hash for FlowFromStyleValue
Source§impl Ord for FlowFromStyleValue
impl Ord for FlowFromStyleValue
Source§fn cmp(&self, other: &FlowFromStyleValue) -> Ordering
fn cmp(&self, other: &FlowFromStyleValue) -> 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 FlowFromStyleValue
impl<'a> Parse<'a> for FlowFromStyleValue
Source§impl PartialEq for FlowFromStyleValue
impl PartialEq for FlowFromStyleValue
Source§impl PartialOrd for FlowFromStyleValue
impl PartialOrd for FlowFromStyleValue
Source§impl<'a> Peek<'a> for FlowFromStyleValue
impl<'a> Peek<'a> for FlowFromStyleValue
Source§impl ToCursors for FlowFromStyleValue
impl ToCursors for FlowFromStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for FlowFromStyleValue
impl StructuralPartialEq for FlowFromStyleValue
Auto Trait Implementations§
impl Freeze for FlowFromStyleValue
impl RefUnwindSafe for FlowFromStyleValue
impl Send for FlowFromStyleValue
impl Sync for FlowFromStyleValue
impl Unpin for FlowFromStyleValue
impl UnwindSafe for FlowFromStyleValue
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