Struct playdate_device::retry::DefaultIterTime
source · pub struct DefaultIterTime;Trait Implementations§
source§impl Clone for DefaultIterTime
impl Clone for DefaultIterTime
source§fn clone(&self) -> DefaultIterTime
fn clone(&self) -> DefaultIterTime
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 DefaultIterTime
impl Debug for DefaultIterTime
source§impl Default for DefaultIterTime
impl Default for DefaultIterTime
source§fn default() -> DefaultIterTime
fn default() -> DefaultIterTime
Returns the “default value” for a type. Read more
source§impl Display for DefaultIterTime
impl Display for DefaultIterTime
Auto Trait Implementations§
impl Freeze for DefaultIterTime
impl RefUnwindSafe for DefaultIterTime
impl Send for DefaultIterTime
impl Sync for DefaultIterTime
impl Unpin for DefaultIterTime
impl UnwindSafe for DefaultIterTime
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