pub struct IntervalInPast {
pub interval_in_past_error: Box<IntervalInPastIntervalInPastError>,
}Expand description
IntervalInPast : Marlowe transaction interval in past.
Fields§
§interval_in_past_error: Box<IntervalInPastIntervalInPastError>Implementations§
Source§impl IntervalInPast
impl IntervalInPast
Sourcepub fn new(
interval_in_past_error: IntervalInPastIntervalInPastError,
) -> IntervalInPast
pub fn new( interval_in_past_error: IntervalInPastIntervalInPastError, ) -> IntervalInPast
Marlowe transaction interval in past.
Trait Implementations§
Source§impl Clone for IntervalInPast
impl Clone for IntervalInPast
Source§fn clone(&self) -> IntervalInPast
fn clone(&self) -> IntervalInPast
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 Debug for IntervalInPast
impl Debug for IntervalInPast
Source§impl<'de> Deserialize<'de> for IntervalInPast
impl<'de> Deserialize<'de> for IntervalInPast
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<IntervalInPast, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<IntervalInPast, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IntervalInPast
impl PartialEq for IntervalInPast
Source§impl Serialize for IntervalInPast
impl Serialize for IntervalInPast
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for IntervalInPast
Auto Trait Implementations§
impl Freeze for IntervalInPast
impl RefUnwindSafe for IntervalInPast
impl Send for IntervalInPast
impl Sync for IntervalInPast
impl Unpin for IntervalInPast
impl UnwindSafe for IntervalInPast
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