pub struct ProviderLambdaConfiguration {
pub reconcile_id: Option<Uuid>,
}
Fields§
§reconcile_id: Option<Uuid>
Implementations§
Source§impl ProviderLambdaConfiguration
impl ProviderLambdaConfiguration
pub fn new() -> ProviderLambdaConfiguration
Trait Implementations§
Source§impl Clone for ProviderLambdaConfiguration
impl Clone for ProviderLambdaConfiguration
Source§fn clone(&self) -> ProviderLambdaConfiguration
fn clone(&self) -> ProviderLambdaConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProviderLambdaConfiguration
impl Debug for ProviderLambdaConfiguration
Source§impl Default for ProviderLambdaConfiguration
impl Default for ProviderLambdaConfiguration
Source§fn default() -> ProviderLambdaConfiguration
fn default() -> ProviderLambdaConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderLambdaConfiguration
impl<'de> Deserialize<'de> for ProviderLambdaConfiguration
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 StructuralPartialEq for ProviderLambdaConfiguration
Auto Trait Implementations§
impl Freeze for ProviderLambdaConfiguration
impl RefUnwindSafe for ProviderLambdaConfiguration
impl Send for ProviderLambdaConfiguration
impl Sync for ProviderLambdaConfiguration
impl Unpin for ProviderLambdaConfiguration
impl UnwindSafe for ProviderLambdaConfiguration
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