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