pub enum PythonExecutionProfile {
Disabled,
Trusted,
Brokered,
}Expand description
Ambient-authority posture for persistent Python workers.
Variants§
Trait Implementations§
Source§impl Clone for PythonExecutionProfile
impl Clone for PythonExecutionProfile
Source§fn clone(&self) -> PythonExecutionProfile
fn clone(&self) -> PythonExecutionProfile
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 PythonExecutionProfile
impl Debug for PythonExecutionProfile
Source§impl Default for PythonExecutionProfile
impl Default for PythonExecutionProfile
Source§fn default() -> PythonExecutionProfile
fn default() -> PythonExecutionProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PythonExecutionProfile
impl<'de> Deserialize<'de> for PythonExecutionProfile
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 PythonExecutionProfile
impl PartialEq for PythonExecutionProfile
Source§fn eq(&self, other: &PythonExecutionProfile) -> bool
fn eq(&self, other: &PythonExecutionProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PythonExecutionProfile
impl Serialize for PythonExecutionProfile
impl Copy for PythonExecutionProfile
impl Eq for PythonExecutionProfile
impl StructuralPartialEq for PythonExecutionProfile
Auto Trait Implementations§
impl Freeze for PythonExecutionProfile
impl RefUnwindSafe for PythonExecutionProfile
impl Send for PythonExecutionProfile
impl Sync for PythonExecutionProfile
impl Unpin for PythonExecutionProfile
impl UnsafeUnpin for PythonExecutionProfile
impl UnwindSafe for PythonExecutionProfile
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