pub struct LambdaConfiguration {
pub access_token_populate_id: Option<Uuid>,
pub id_token_populate_id: Option<Uuid>,
pub samlv2_populate_id: Option<Uuid>,
pub self_service_registration_validation_id: Option<Uuid>,
}
Fields§
§access_token_populate_id: Option<Uuid>
§id_token_populate_id: Option<Uuid>
§samlv2_populate_id: Option<Uuid>
§self_service_registration_validation_id: Option<Uuid>
Implementations§
source§impl LambdaConfiguration
impl LambdaConfiguration
pub fn new() -> LambdaConfiguration
Trait Implementations§
source§impl Clone for LambdaConfiguration
impl Clone for LambdaConfiguration
source§fn clone(&self) -> LambdaConfiguration
fn clone(&self) -> LambdaConfiguration
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 LambdaConfiguration
impl Debug for LambdaConfiguration
source§impl Default for LambdaConfiguration
impl Default for LambdaConfiguration
source§fn default() -> LambdaConfiguration
fn default() -> LambdaConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LambdaConfiguration
impl<'de> Deserialize<'de> for LambdaConfiguration
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 LambdaConfiguration
impl PartialEq for LambdaConfiguration
source§fn eq(&self, other: &LambdaConfiguration) -> bool
fn eq(&self, other: &LambdaConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LambdaConfiguration
impl Serialize for LambdaConfiguration
impl StructuralPartialEq for LambdaConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for LambdaConfiguration
impl Send for LambdaConfiguration
impl Sync for LambdaConfiguration
impl Unpin for LambdaConfiguration
impl UnwindSafe for LambdaConfiguration
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