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