pub struct NormalUtf8Quoting;Expand description
a variation or NormalUtf8Quoting treating all non-us-ascii chars as qtext
Trait Implementations§
Source§impl Clone for NormalUtf8Quoting
impl Clone for NormalUtf8Quoting
Source§fn clone(&self) -> NormalUtf8Quoting
fn clone(&self) -> NormalUtf8Quoting
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 NormalUtf8Quoting
impl Debug for NormalUtf8Quoting
Source§impl Default for NormalUtf8Quoting
impl Default for NormalUtf8Quoting
Source§fn default() -> NormalUtf8Quoting
fn default() -> NormalUtf8Quoting
Returns the “default value” for a type. Read more
Source§impl Hash for NormalUtf8Quoting
impl Hash for NormalUtf8Quoting
Source§impl PartialEq for NormalUtf8Quoting
impl PartialEq for NormalUtf8Quoting
Source§impl QuotingClassifier for NormalUtf8Quoting
impl QuotingClassifier for NormalUtf8Quoting
Source§fn classify_for_quoting(pcp: PartialCodePoint) -> QuotingClass
fn classify_for_quoting(pcp: PartialCodePoint) -> QuotingClass
Returns the “class” the partial code point belongs too Read more
impl Copy for NormalUtf8Quoting
impl Eq for NormalUtf8Quoting
impl StructuralPartialEq for NormalUtf8Quoting
Auto Trait Implementations§
impl Freeze for NormalUtf8Quoting
impl RefUnwindSafe for NormalUtf8Quoting
impl Send for NormalUtf8Quoting
impl Sync for NormalUtf8Quoting
impl Unpin for NormalUtf8Quoting
impl UnwindSafe for NormalUtf8Quoting
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