Enum tailwind_parse::Whitespace
source · pub enum Whitespace {
Normal,
Nowrap,
Pre,
PreLine,
PreWrap,
}
Variants
Normal
Nowrap
Pre
PreLine
PreWrap
Trait Implementations
sourceimpl Clone for Whitespace
impl Clone for Whitespace
sourcefn clone(&self) -> Whitespace
fn clone(&self) -> Whitespace
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Whitespace
impl Debug for Whitespace
sourceimpl PartialEq<Whitespace> for Whitespace
impl PartialEq<Whitespace> for Whitespace
sourcefn eq(&self, other: &Whitespace) -> bool
fn eq(&self, other: &Whitespace) -> bool
impl Copy for Whitespace
impl Eq for Whitespace
impl StructuralEq for Whitespace
impl StructuralPartialEq for Whitespace
Auto Trait Implementations
impl RefUnwindSafe for Whitespace
impl Send for Whitespace
impl Sync for Whitespace
impl Unpin for Whitespace
impl UnwindSafe for Whitespace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more