pub struct NegativeBoundaryVector {
pub id: String,
pub category: String,
pub trigger: String,
pub expected_verdict: String,
pub expected_reason_code: String,
pub must_emit_receipt: bool,
pub must_not_dispatch: bool,
pub must_bind_evidence: Vec<String>,
}Fields§
§id: String§category: String§trigger: String§expected_verdict: String§expected_reason_code: String§must_emit_receipt: bool§must_not_dispatch: bool§must_bind_evidence: Vec<String>Trait Implementations§
Source§impl Clone for NegativeBoundaryVector
impl Clone for NegativeBoundaryVector
Source§fn clone(&self) -> NegativeBoundaryVector
fn clone(&self) -> NegativeBoundaryVector
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 NegativeBoundaryVector
impl Debug for NegativeBoundaryVector
Source§impl<'de> Deserialize<'de> for NegativeBoundaryVector
impl<'de> Deserialize<'de> for NegativeBoundaryVector
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
Auto Trait Implementations§
impl Freeze for NegativeBoundaryVector
impl RefUnwindSafe for NegativeBoundaryVector
impl Send for NegativeBoundaryVector
impl Sync for NegativeBoundaryVector
impl Unpin for NegativeBoundaryVector
impl UnsafeUnpin for NegativeBoundaryVector
impl UnwindSafe for NegativeBoundaryVector
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