#[repr(C)]pub struct StyleHangingPunctuation {
pub enabled: bool,
}Expand description
hanging-punctuation property for hanging punctuation marks
Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for StyleHangingPunctuation
impl Clone for StyleHangingPunctuation
Source§fn clone(&self) -> StyleHangingPunctuation
fn clone(&self) -> StyleHangingPunctuation
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 StyleHangingPunctuation
impl Debug for StyleHangingPunctuation
Source§impl Default for StyleHangingPunctuation
impl Default for StyleHangingPunctuation
Source§impl FormatAsRustCode for StyleHangingPunctuation
impl FormatAsRustCode for StyleHangingPunctuation
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<StyleHangingPunctuation> for CssProperty
impl From<StyleHangingPunctuation> for CssProperty
Source§fn from(e: StyleHangingPunctuation) -> Self
fn from(e: StyleHangingPunctuation) -> Self
Converts to this type from the input type.
Source§impl Hash for StyleHangingPunctuation
impl Hash for StyleHangingPunctuation
Source§impl Ord for StyleHangingPunctuation
impl Ord for StyleHangingPunctuation
Source§fn cmp(&self, other: &StyleHangingPunctuation) -> Ordering
fn cmp(&self, other: &StyleHangingPunctuation) -> 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 StyleHangingPunctuation
impl PartialEq for StyleHangingPunctuation
Source§impl PartialOrd for StyleHangingPunctuation
impl PartialOrd for StyleHangingPunctuation
Source§impl PrintAsCssValue for StyleHangingPunctuation
impl PrintAsCssValue for StyleHangingPunctuation
fn print_as_css_value(&self) -> String
impl Copy for StyleHangingPunctuation
impl Eq for StyleHangingPunctuation
impl StructuralPartialEq for StyleHangingPunctuation
Auto Trait Implementations§
impl Freeze for StyleHangingPunctuation
impl RefUnwindSafe for StyleHangingPunctuation
impl Send for StyleHangingPunctuation
impl Sync for StyleHangingPunctuation
impl Unpin for StyleHangingPunctuation
impl UnwindSafe for StyleHangingPunctuation
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