pub struct DelayContract {
pub invocations: u32,
pub initial: DelayInitial,
}Fields§
§invocations: u32Number of completed invocations between write and visibility.
initial: DelayInitialTrait Implementations§
Source§impl Clone for DelayContract
impl Clone for DelayContract
Source§fn clone(&self) -> DelayContract
fn clone(&self) -> DelayContract
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DelayContract
impl Debug for DelayContract
Source§impl<'de> Deserialize<'de> for DelayContract
impl<'de> Deserialize<'de> for DelayContract
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 Eq for DelayContract
Source§impl PartialEq for DelayContract
impl PartialEq for DelayContract
Source§impl Serialize for DelayContract
impl Serialize for DelayContract
impl StructuralPartialEq for DelayContract
Auto Trait Implementations§
impl Freeze for DelayContract
impl RefUnwindSafe for DelayContract
impl Send for DelayContract
impl Sync for DelayContract
impl Unpin for DelayContract
impl UnsafeUnpin for DelayContract
impl UnwindSafe for DelayContract
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