pub struct SassWriter {}Expand description
SASS assembler/writer
Implementations§
Auto Trait Implementations§
impl Freeze for SassWriter
impl RefUnwindSafe for SassWriter
impl Send for SassWriter
impl Sync for SassWriter
impl Unpin for SassWriter
impl UnsafeUnpin for SassWriter
impl UnwindSafe for SassWriter
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