pub struct StylesStorage { /* private fields */ }
Implementations§
Source§impl StylesStorage
impl StylesStorage
Trait Implementations§
Source§impl Debug for StylesStorage
impl Debug for StylesStorage
Source§impl Default for StylesStorage
impl Default for StylesStorage
Source§fn default() -> StylesStorage
fn default() -> StylesStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StylesStorage
impl RefUnwindSafe for StylesStorage
impl Send for StylesStorage
impl Sync for StylesStorage
impl Unpin for StylesStorage
impl UnwindSafe for StylesStorage
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