pub struct EnvironmentProviderAdminConfig {
pub moulin: EnvironmentProviderSlotView,
pub e2b: EnvironmentProviderSlotView,
pub default_provider: Option<String>,
pub default_snapshot_id: Option<String>,
pub managed: bool,
}Fields§
§moulin: EnvironmentProviderSlotView§e2b: EnvironmentProviderSlotView§default_provider: Option<String>§default_snapshot_id: Option<String>§managed: boolTrait Implementations§
Source§impl Clone for EnvironmentProviderAdminConfig
impl Clone for EnvironmentProviderAdminConfig
Source§fn clone(&self) -> EnvironmentProviderAdminConfig
fn clone(&self) -> EnvironmentProviderAdminConfig
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 Default for EnvironmentProviderAdminConfig
impl Default for EnvironmentProviderAdminConfig
Source§fn default() -> EnvironmentProviderAdminConfig
fn default() -> EnvironmentProviderAdminConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentProviderAdminConfig
impl<'de> Deserialize<'de> for EnvironmentProviderAdminConfig
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 EnvironmentProviderAdminConfig
impl StructuralPartialEq for EnvironmentProviderAdminConfig
Auto Trait Implementations§
impl Freeze for EnvironmentProviderAdminConfig
impl RefUnwindSafe for EnvironmentProviderAdminConfig
impl Send for EnvironmentProviderAdminConfig
impl Sync for EnvironmentProviderAdminConfig
impl Unpin for EnvironmentProviderAdminConfig
impl UnsafeUnpin for EnvironmentProviderAdminConfig
impl UnwindSafe for EnvironmentProviderAdminConfig
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