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>,
pub userinfo_populate_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>
§userinfo_populate_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 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 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§impl Serialize for LambdaConfiguration
impl Serialize for LambdaConfiguration
impl StructuralPartialEq for LambdaConfiguration
Auto Trait Implementations§
impl Freeze for LambdaConfiguration
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