Struct silkenweb_css::CssSyntax 
source · pub struct CssSyntax(/* private fields */);Trait Implementations§
Auto Trait Implementations§
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