pub struct SchedulingOptions {
pub delay_nano: u64,
pub interval_nano: u64,
pub iterations: Iterations,
}Fields§
§delay_nano: u64§interval_nano: u64§iterations: IterationsTrait Implementations§
Source§impl CandidType for SchedulingOptions
impl CandidType for SchedulingOptions
Source§impl Clone for SchedulingOptions
impl Clone for SchedulingOptions
Source§fn clone(&self) -> SchedulingOptions
fn clone(&self) -> SchedulingOptions
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 moreSource§impl<'de> Deserialize<'de> for SchedulingOptions
impl<'de> Deserialize<'de> for SchedulingOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for SchedulingOptions
Auto Trait Implementations§
impl Freeze for SchedulingOptions
impl RefUnwindSafe for SchedulingOptions
impl Send for SchedulingOptions
impl Sync for SchedulingOptions
impl Unpin for SchedulingOptions
impl UnwindSafe for SchedulingOptions
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