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