pub enum BreakBefore {
Show 17 variants
Initial,
Inherit,
Unset,
Auto,
Avoid,
Always,
All,
AvoidPage,
Page,
Left,
Right,
Recto,
Verso,
AvoidColumn,
Column,
AvoidRegion,
Region,
}Variants§
Initial
Inherit
Unset
Auto
Avoid
Always
All
AvoidPage
Page
Left
Right
Recto
Verso
AvoidColumn
Column
AvoidRegion
Region
Trait Implementations§
Source§impl AppendProperty for BreakBefore
impl AppendProperty for BreakBefore
fn append_property(self, decls: &mut Vec<Property>)
Source§impl Clone for BreakBefore
impl Clone for BreakBefore
Source§fn clone(&self) -> BreakBefore
fn clone(&self) -> BreakBefore
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 BreakBefore
impl Debug for BreakBefore
Source§impl Display for BreakBefore
impl Display for BreakBefore
Source§impl From<BreakBefore> for Property
impl From<BreakBefore> for Property
Source§fn from(x: BreakBefore) -> Self
fn from(x: BreakBefore) -> Self
Converts to this type from the input type.
Source§impl Hash for BreakBefore
impl Hash for BreakBefore
Source§impl Ord for BreakBefore
impl Ord for BreakBefore
Source§fn cmp(&self, other: &BreakBefore) -> Ordering
fn cmp(&self, other: &BreakBefore) -> 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 PartialEq for BreakBefore
impl PartialEq for BreakBefore
Source§impl PartialOrd for BreakBefore
impl PartialOrd for BreakBefore
impl Eq for BreakBefore
impl StructuralPartialEq for BreakBefore
Auto Trait Implementations§
impl Freeze for BreakBefore
impl RefUnwindSafe for BreakBefore
impl Send for BreakBefore
impl Sync for BreakBefore
impl Unpin for BreakBefore
impl UnwindSafe for BreakBefore
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