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