Enum tailwind_parse::Bg
source · pub enum Bg {
Opacity,
}
Variants§
Opacity
Trait Implementations§
impl Copy for Bg
impl Eq for Bg
impl StructuralEq for Bg
impl StructuralPartialEq for Bg
Auto Trait Implementations§
impl RefUnwindSafe for Bg
impl Send for Bg
impl Sync for Bg
impl Unpin for Bg
impl UnwindSafe for Bg
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