pub enum BoxCharset {
Ascii,
UnicodeSingle,
UnicodeDouble,
}Variants§
Ascii
ASCII +, -, |.
UnicodeSingle
Unicode single-line box drawing characters.
UnicodeDouble
Unicode double-line box drawing characters.
Trait Implementations§
Source§impl Clone for BoxCharset
impl Clone for BoxCharset
Source§fn clone(&self) -> BoxCharset
fn clone(&self) -> BoxCharset
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 BoxCharset
impl Debug for BoxCharset
Source§impl Default for BoxCharset
impl Default for BoxCharset
Source§fn default() -> BoxCharset
fn default() -> BoxCharset
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BoxCharset
impl<'de> Deserialize<'de> for BoxCharset
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BoxCharset
impl PartialEq for BoxCharset
Source§impl Serialize for BoxCharset
impl Serialize for BoxCharset
impl Copy for BoxCharset
impl Eq for BoxCharset
impl StructuralPartialEq for BoxCharset
Auto Trait Implementations§
impl Freeze for BoxCharset
impl RefUnwindSafe for BoxCharset
impl Send for BoxCharset
impl Sync for BoxCharset
impl Unpin for BoxCharset
impl UnsafeUnpin for BoxCharset
impl UnwindSafe for BoxCharset
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