Struct playdate_device::retry::Retries
source · pub struct Retries<Iters: IterTime = DefaultIterTime> {
pub iters: Iters,
pub total: Duration,
}Fields§
§iters: ItersHow many iterations to perform before giving up.
total: DurationTotal awaiting time
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Iters> Freeze for Retries<Iters>where
Iters: Freeze,
impl<Iters> RefUnwindSafe for Retries<Iters>where
Iters: RefUnwindSafe,
impl<Iters> Send for Retries<Iters>where
Iters: Send,
impl<Iters> Sync for Retries<Iters>where
Iters: Sync,
impl<Iters> Unpin for Retries<Iters>where
Iters: Unpin,
impl<Iters> UnwindSafe for Retries<Iters>where
Iters: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.