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