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