pub struct PreTheme;Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreTheme
impl RefUnwindSafe for PreTheme
impl Send for PreTheme
impl Sync for PreTheme
impl Unpin for PreTheme
impl UnwindSafe for PreTheme
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