pub enum HangingPunctuation {
Initial,
Inherit,
Unset,
None,
First,
Last,
AllowEnd,
ForceEnd,
}Variants§
Trait Implementations§
Source§impl AppendProperty for HangingPunctuation
impl AppendProperty for HangingPunctuation
fn append_property(self, decls: &mut Vec<Property>)
Source§impl Clone for HangingPunctuation
impl Clone for HangingPunctuation
Source§fn clone(&self) -> HangingPunctuation
fn clone(&self) -> HangingPunctuation
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 HangingPunctuation
impl Debug for HangingPunctuation
Source§impl Display for HangingPunctuation
impl Display for HangingPunctuation
Source§impl From<HangingPunctuation> for Property
impl From<HangingPunctuation> for Property
Source§fn from(x: HangingPunctuation) -> Self
fn from(x: HangingPunctuation) -> Self
Converts to this type from the input type.
Source§impl Hash for HangingPunctuation
impl Hash for HangingPunctuation
Source§impl Ord for HangingPunctuation
impl Ord for HangingPunctuation
Source§fn cmp(&self, other: &HangingPunctuation) -> Ordering
fn cmp(&self, other: &HangingPunctuation) -> 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 HangingPunctuation
impl PartialEq for HangingPunctuation
Source§impl PartialOrd for HangingPunctuation
impl PartialOrd for HangingPunctuation
impl Eq for HangingPunctuation
impl StructuralPartialEq for HangingPunctuation
Auto Trait Implementations§
impl Freeze for HangingPunctuation
impl RefUnwindSafe for HangingPunctuation
impl Send for HangingPunctuation
impl Sync for HangingPunctuation
impl Unpin for HangingPunctuation
impl UnwindSafe for HangingPunctuation
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