pub struct MinimalCharset;Implementations§
Source§impl MinimalCharset
impl MinimalCharset
pub const BLANK_FALLBACK: BlankFallback<Self>
pub const QUESTION_FALLBACK: QuestionFallback<Self>
Trait Implementations§
Source§impl Charset for MinimalCharset
impl Charset for MinimalCharset
Source§impl Clone for MinimalCharset
impl Clone for MinimalCharset
Source§fn clone(&self) -> MinimalCharset
fn clone(&self) -> MinimalCharset
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 MinimalCharset
impl Debug for MinimalCharset
Source§impl PartialEq for MinimalCharset
impl PartialEq for MinimalCharset
impl Copy for MinimalCharset
impl Eq for MinimalCharset
impl StructuralPartialEq for MinimalCharset
Auto Trait Implementations§
impl Freeze for MinimalCharset
impl RefUnwindSafe for MinimalCharset
impl Send for MinimalCharset
impl Sync for MinimalCharset
impl Unpin for MinimalCharset
impl UnwindSafe for MinimalCharset
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