pub struct dark_code_theme(/* private fields */);Expand description
Marker type for the dark_code_theme field
Auto Trait Implementations§
impl Freeze for dark_code_theme
impl RefUnwindSafe for dark_code_theme
impl Send for dark_code_theme
impl Sync for dark_code_theme
impl Unpin for dark_code_theme
impl UnsafeUnpin for dark_code_theme
impl UnwindSafe for dark_code_theme
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