Enum rtf_parser::header::CharacterSet  
source · pub enum CharacterSet {
    Ansi,
    Mac,
    Pc,
    Pca,
    Ansicpg(u16),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for CharacterSet
 
impl Clone for CharacterSet
source§fn clone(&self) -> CharacterSet
 
fn clone(&self) -> CharacterSet
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 CharacterSet
 
impl Debug for CharacterSet
source§impl Default for CharacterSet
 
impl Default for CharacterSet
source§fn default() -> CharacterSet
 
fn default() -> CharacterSet
Returns the “default value” for a type. Read more
source§impl PartialEq for CharacterSet
 
impl PartialEq for CharacterSet
source§fn eq(&self, other: &CharacterSet) -> bool
 
fn eq(&self, other: &CharacterSet) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CharacterSet
Auto Trait Implementations§
impl Freeze for CharacterSet
impl RefUnwindSafe for CharacterSet
impl Send for CharacterSet
impl Sync for CharacterSet
impl Unpin for CharacterSet
impl UnwindSafe for CharacterSet
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