pub struct PrintableCharSet;
Expand description
a-z, A-Z, ’ () +,-.?:/= and SPACE
Trait Implementations§
Source§impl CharSet for PrintableCharSet
impl CharSet for PrintableCharSet
Source§impl Clone for PrintableCharSet
impl Clone for PrintableCharSet
Source§fn clone(&self) -> PrintableCharSet
fn clone(&self) -> PrintableCharSet
Returns a copy 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 PrintableCharSet
impl Debug for PrintableCharSet
Source§impl Hash for PrintableCharSet
impl Hash for PrintableCharSet
Source§impl Ord for PrintableCharSet
impl Ord for PrintableCharSet
Source§fn cmp(&self, other: &PrintableCharSet) -> Ordering
fn cmp(&self, other: &PrintableCharSet) -> 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 PrintableCharSet
impl PartialEq for PrintableCharSet
Source§impl PartialOrd for PrintableCharSet
impl PartialOrd for PrintableCharSet
impl Eq for PrintableCharSet
impl StructuralPartialEq for PrintableCharSet
Auto Trait Implementations§
impl Freeze for PrintableCharSet
impl RefUnwindSafe for PrintableCharSet
impl Send for PrintableCharSet
impl Sync for PrintableCharSet
impl Unpin for PrintableCharSet
impl UnwindSafe for PrintableCharSet
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