pub struct SandboxDecisionData {}Expand description
Session event “sandbox.decision”. Payload of sandbox.decision, a bounded governance record of what the process sandbox was configured to do and whether it took effect. Discriminated by kind.
Trait Implementations§
Source§impl Clone for SandboxDecisionData
impl Clone for SandboxDecisionData
Source§fn clone(&self) -> SandboxDecisionData
fn clone(&self) -> SandboxDecisionData
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 SandboxDecisionData
impl Debug for SandboxDecisionData
Source§impl Default for SandboxDecisionData
impl Default for SandboxDecisionData
Source§fn default() -> SandboxDecisionData
fn default() -> SandboxDecisionData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SandboxDecisionData
impl<'de> Deserialize<'de> for SandboxDecisionData
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 SandboxDecisionData
impl RefUnwindSafe for SandboxDecisionData
impl Send for SandboxDecisionData
impl Sync for SandboxDecisionData
impl Unpin for SandboxDecisionData
impl UnsafeUnpin for SandboxDecisionData
impl UnwindSafe for SandboxDecisionData
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