pub struct HostRunApproval {
pub gate_id: Option<String>,
pub gate_type: Option<String>,
pub decision: Option<HostRunApprovalDecision>,
pub reason: Option<String>,
}Fields§
§gate_id: Option<String>§gate_type: Option<String>§decision: Option<HostRunApprovalDecision>§reason: Option<String>Trait Implementations§
Source§impl Clone for HostRunApproval
impl Clone for HostRunApproval
Source§fn clone(&self) -> HostRunApproval
fn clone(&self) -> HostRunApproval
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 HostRunApproval
impl Debug for HostRunApproval
Source§impl<'de> Deserialize<'de> for HostRunApproval
impl<'de> Deserialize<'de> for HostRunApproval
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 HostRunApproval
Source§impl PartialEq for HostRunApproval
impl PartialEq for HostRunApproval
Source§fn eq(&self, other: &HostRunApproval) -> bool
fn eq(&self, other: &HostRunApproval) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HostRunApproval
impl Serialize for HostRunApproval
impl StructuralPartialEq for HostRunApproval
Auto Trait Implementations§
impl Freeze for HostRunApproval
impl RefUnwindSafe for HostRunApproval
impl Send for HostRunApproval
impl Sync for HostRunApproval
impl Unpin for HostRunApproval
impl UnsafeUnpin for HostRunApproval
impl UnwindSafe for HostRunApproval
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