pub struct ReplayRoiReleaseGateOutputContract {
pub status: ReplayRoiReleaseGateStatus,
pub failed_checks: Vec<String>,
pub evidence_refs: Vec<String>,
pub summary: String,
}Fields§
§status: ReplayRoiReleaseGateStatus§failed_checks: Vec<String>§evidence_refs: Vec<String>§summary: StringTrait Implementations§
Source§impl Clone for ReplayRoiReleaseGateOutputContract
impl Clone for ReplayRoiReleaseGateOutputContract
Source§fn clone(&self) -> ReplayRoiReleaseGateOutputContract
fn clone(&self) -> ReplayRoiReleaseGateOutputContract
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 ReplayRoiReleaseGateOutputContract
impl<'de> Deserialize<'de> for ReplayRoiReleaseGateOutputContract
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
Source§impl PartialEq for ReplayRoiReleaseGateOutputContract
impl PartialEq for ReplayRoiReleaseGateOutputContract
Source§fn eq(&self, other: &ReplayRoiReleaseGateOutputContract) -> bool
fn eq(&self, other: &ReplayRoiReleaseGateOutputContract) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplayRoiReleaseGateOutputContract
Auto Trait Implementations§
impl Freeze for ReplayRoiReleaseGateOutputContract
impl RefUnwindSafe for ReplayRoiReleaseGateOutputContract
impl Send for ReplayRoiReleaseGateOutputContract
impl Sync for ReplayRoiReleaseGateOutputContract
impl Unpin for ReplayRoiReleaseGateOutputContract
impl UnsafeUnpin for ReplayRoiReleaseGateOutputContract
impl UnwindSafe for ReplayRoiReleaseGateOutputContract
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