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