pub struct AAuth {
pub provider: String,
pub key_file: Option<String>,
pub enroll_token: Option<Secret>,
pub enroll_assertion_file: Option<String>,
pub person_server: Option<String>,
}Fields§
§provider: String§key_file: Option<String>§enroll_token: Option<Secret>§enroll_assertion_file: Option<String>§person_server: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for AAuth
impl<'de> Deserialize<'de> for AAuth
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 AAuth
Auto Trait Implementations§
impl Freeze for AAuth
impl RefUnwindSafe for AAuth
impl Send for AAuth
impl Sync for AAuth
impl Unpin for AAuth
impl UnsafeUnpin for AAuth
impl UnwindSafe for AAuth
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