Struct css_in_rs::EmptyTheme
source · pub struct EmptyTheme;
Trait Implementations§
source§impl Clone for EmptyTheme
impl Clone for EmptyTheme
source§fn clone(&self) -> EmptyTheme
fn clone(&self) -> EmptyTheme
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for EmptyTheme
Auto Trait Implementations§
impl RefUnwindSafe for EmptyTheme
impl Send for EmptyTheme
impl Sync for EmptyTheme
impl Unpin for EmptyTheme
impl UnwindSafe for EmptyTheme
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