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