pub enum ZalgoSize {
Maxi,
Mini,
None,
}
Expand description
The size of the Zalgo text within the string to produce.
Variants§
Maxi
Produce a larger amount of Zalgo text.
Mini
Produce a smaller amount of Zalgo text.
None
Produce a randomized amount of Zalgo text.
Trait Implementations§
Source§impl Ord for ZalgoSize
impl Ord for ZalgoSize
Source§impl PartialOrd for ZalgoSize
impl PartialOrd for ZalgoSize
impl Copy for ZalgoSize
impl Eq for ZalgoSize
impl StructuralPartialEq for ZalgoSize
Auto Trait Implementations§
impl Freeze for ZalgoSize
impl RefUnwindSafe for ZalgoSize
impl Send for ZalgoSize
impl Sync for ZalgoSize
impl Unpin for ZalgoSize
impl UnwindSafe for ZalgoSize
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