pub struct GateOutput {
pub decision: Decision,
pub audit: Value,
pub proof_ref: [u8; 32],
pub events: Vec<LogEvent>,
}Fields§
§decision: Decision§audit: Value§proof_ref: [u8; 32]§events: Vec<LogEvent>Trait Implementations§
Source§impl Clone for GateOutput
impl Clone for GateOutput
Source§fn clone(&self) -> GateOutput
fn clone(&self) -> GateOutput
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 GateOutput
impl Debug for GateOutput
Source§impl<'de> Deserialize<'de> for GateOutput
impl<'de> Deserialize<'de> for GateOutput
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 GateOutput
impl RefUnwindSafe for GateOutput
impl Send for GateOutput
impl Sync for GateOutput
impl Unpin for GateOutput
impl UnwindSafe for GateOutput
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