pub struct AdaptiveSleep { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for AdaptiveSleep
impl Clone for AdaptiveSleep
Source§fn clone(&self) -> AdaptiveSleep
fn clone(&self) -> AdaptiveSleep
Returns a copy 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 moreSource§impl Debug for AdaptiveSleep
impl Debug for AdaptiveSleep
Source§impl Default for AdaptiveSleep
impl Default for AdaptiveSleep
impl Copy for AdaptiveSleep
Auto Trait Implementations§
impl Freeze for AdaptiveSleep
impl RefUnwindSafe for AdaptiveSleep
impl Send for AdaptiveSleep
impl Sync for AdaptiveSleep
impl Unpin for AdaptiveSleep
impl UnwindSafe for AdaptiveSleep
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