Struct annotate_snippets::stylesheets::no_color::NoColorStylesheet
source · pub struct NoColorStylesheet;
Trait Implementations§
source§impl Stylesheet for NoColorStylesheet
impl Stylesheet for NoColorStylesheet
Auto Trait Implementations§
impl RefUnwindSafe for NoColorStylesheet
impl Send for NoColorStylesheet
impl Sync for NoColorStylesheet
impl Unpin for NoColorStylesheet
impl UnwindSafe for NoColorStylesheet
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