pub enum ZalgoKind {
Up,
Middle,
Down,
}
Expand description
A definition of the character type to be used for retrieval.
Variants§
Up
Denotes characters to be used to appear in the top of the resulting string.
Middle
Denotes characters to be used to appear in the middle of the resulting string (i.e. similar to strikethrough text).
Down
Denotes characters to be used to appear in the bottom of the resulting string (i.e. similar to underlined text).
Trait Implementations§
Source§impl Ord for ZalgoKind
impl Ord for ZalgoKind
Source§impl PartialOrd for ZalgoKind
impl PartialOrd for ZalgoKind
impl Copy for ZalgoKind
impl Eq for ZalgoKind
impl StructuralPartialEq for ZalgoKind
Auto Trait Implementations§
impl Freeze for ZalgoKind
impl RefUnwindSafe for ZalgoKind
impl Send for ZalgoKind
impl Sync for ZalgoKind
impl Unpin for ZalgoKind
impl UnwindSafe for ZalgoKind
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