pub struct CatcodeDefaults {
pub unicode_scalars: bool,
}Expand description
Default category code configuration for a profile.
Fields§
§unicode_scalars: boolWhether scalar Unicode code points above U+00FF are valid character tokens.
Trait Implementations§
Source§impl Clone for CatcodeDefaults
impl Clone for CatcodeDefaults
Source§fn clone(&self) -> CatcodeDefaults
fn clone(&self) -> CatcodeDefaults
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CatcodeDefaults
Source§impl Debug for CatcodeDefaults
impl Debug for CatcodeDefaults
Source§impl Default for CatcodeDefaults
impl Default for CatcodeDefaults
Source§fn default() -> CatcodeDefaults
fn default() -> CatcodeDefaults
Returns the “default value” for a type. Read more
impl Eq for CatcodeDefaults
Source§impl PartialEq for CatcodeDefaults
impl PartialEq for CatcodeDefaults
Source§fn eq(&self, other: &CatcodeDefaults) -> bool
fn eq(&self, other: &CatcodeDefaults) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CatcodeDefaults
Auto Trait Implementations§
impl Freeze for CatcodeDefaults
impl RefUnwindSafe for CatcodeDefaults
impl Send for CatcodeDefaults
impl Sync for CatcodeDefaults
impl Unpin for CatcodeDefaults
impl UnsafeUnpin for CatcodeDefaults
impl UnwindSafe for CatcodeDefaults
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