Struct fusionauth_rust_client::models::provider_lambda_configuration::ProviderLambdaConfiguration
source · 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 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 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
source§impl PartialEq for ProviderLambdaConfiguration
impl PartialEq for ProviderLambdaConfiguration
source§fn eq(&self, other: &ProviderLambdaConfiguration) -> bool
fn eq(&self, other: &ProviderLambdaConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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