Struct watchpower_api::WatchPowerAPI
source · pub struct WatchPowerAPI { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatchPowerAPI
impl !RefUnwindSafe for WatchPowerAPI
impl Send for WatchPowerAPI
impl Sync for WatchPowerAPI
impl Unpin for WatchPowerAPI
impl !UnwindSafe for WatchPowerAPI
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