Struct bollard::secret::TaskSpecContainerSpecConfigs
source · pub struct TaskSpecContainerSpecConfigs {
pub file: Option<TaskSpecContainerSpecFile1>,
pub runtime: Option<HashMap<(), ()>>,
pub config_id: Option<String>,
pub config_name: Option<String>,
}
Fields§
§file: Option<TaskSpecContainerSpecFile1>
§runtime: Option<HashMap<(), ()>>
Runtime represents a target that is not mounted into the container but is used by the task
> Note: Configs.File
and Configs.Runtime
are mutually > exclusive
config_id: Option<String>
ConfigID represents the ID of the specific config that we’re referencing.
config_name: Option<String>
ConfigName is the name of the config that this references, but this is just provided for lookup/display purposes. The config in the reference will be identified by its ID.
Trait Implementations§
source§impl Clone for TaskSpecContainerSpecConfigs
impl Clone for TaskSpecContainerSpecConfigs
source§fn clone(&self) -> TaskSpecContainerSpecConfigs
fn clone(&self) -> TaskSpecContainerSpecConfigs
Returns a copy of the value. Read more
1.0.0 · 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 TaskSpecContainerSpecConfigs
impl Debug for TaskSpecContainerSpecConfigs
source§impl Default for TaskSpecContainerSpecConfigs
impl Default for TaskSpecContainerSpecConfigs
source§fn default() -> TaskSpecContainerSpecConfigs
fn default() -> TaskSpecContainerSpecConfigs
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TaskSpecContainerSpecConfigs
impl<'de> Deserialize<'de> for TaskSpecContainerSpecConfigs
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TaskSpecContainerSpecConfigs, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TaskSpecContainerSpecConfigs, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for TaskSpecContainerSpecConfigs
impl PartialEq for TaskSpecContainerSpecConfigs
source§fn eq(&self, other: &TaskSpecContainerSpecConfigs) -> bool
fn eq(&self, other: &TaskSpecContainerSpecConfigs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl Serialize for TaskSpecContainerSpecConfigs
impl Serialize for TaskSpecContainerSpecConfigs
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TaskSpecContainerSpecConfigs
Auto Trait Implementations§
impl Freeze for TaskSpecContainerSpecConfigs
impl RefUnwindSafe for TaskSpecContainerSpecConfigs
impl Send for TaskSpecContainerSpecConfigs
impl Sync for TaskSpecContainerSpecConfigs
impl Unpin for TaskSpecContainerSpecConfigs
impl UnwindSafe for TaskSpecContainerSpecConfigs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)