pub struct CssSyntax(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CssSyntax
impl RefUnwindSafe for CssSyntax
impl Send for CssSyntax
impl Sync for CssSyntax
impl Unpin for CssSyntax
impl UnwindSafe for CssSyntax
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