pub struct RuntimeManagementConfig {
pub update_runtime_on: String,
pub runtime_version_arn: String,
}Fields§
§update_runtime_on: String§runtime_version_arn: StringTrait Implementations§
Source§impl Clone for RuntimeManagementConfig
impl Clone for RuntimeManagementConfig
Source§fn clone(&self) -> RuntimeManagementConfig
fn clone(&self) -> RuntimeManagementConfig
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 RuntimeManagementConfig
impl Debug for RuntimeManagementConfig
Source§impl<'de> Deserialize<'de> for RuntimeManagementConfig
impl<'de> Deserialize<'de> for RuntimeManagementConfig
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
Auto Trait Implementations§
impl Freeze for RuntimeManagementConfig
impl RefUnwindSafe for RuntimeManagementConfig
impl Send for RuntimeManagementConfig
impl Sync for RuntimeManagementConfig
impl Unpin for RuntimeManagementConfig
impl UnsafeUnpin for RuntimeManagementConfig
impl UnwindSafe for RuntimeManagementConfig
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