pub struct AndroidWakeProxy;Expand description
Placeholder for non-Android builds
Implementations§
Trait Implementations§
Source§impl Clone for AndroidWakeProxy
impl Clone for AndroidWakeProxy
Source§fn clone(&self) -> AndroidWakeProxy
fn clone(&self) -> AndroidWakeProxy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AndroidWakeProxy
impl RefUnwindSafe for AndroidWakeProxy
impl Send for AndroidWakeProxy
impl Sync for AndroidWakeProxy
impl Unpin for AndroidWakeProxy
impl UnsafeUnpin for AndroidWakeProxy
impl UnwindSafe for AndroidWakeProxy
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