pub struct MigrateAuthToSamlRequest {
pub from: String,
pub matches: Value,
pub auto: bool,
}
Fields§
§from: String
The current authentication type for the matched users.
matches: Value
Users map.
auto: bool
Implementations§
Trait Implementations§
Source§impl Clone for MigrateAuthToSamlRequest
impl Clone for MigrateAuthToSamlRequest
Source§fn clone(&self) -> MigrateAuthToSamlRequest
fn clone(&self) -> MigrateAuthToSamlRequest
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 MigrateAuthToSamlRequest
impl Debug for MigrateAuthToSamlRequest
Source§impl Default for MigrateAuthToSamlRequest
impl Default for MigrateAuthToSamlRequest
Source§fn default() -> MigrateAuthToSamlRequest
fn default() -> MigrateAuthToSamlRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MigrateAuthToSamlRequest
impl<'de> Deserialize<'de> for MigrateAuthToSamlRequest
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 MigrateAuthToSamlRequest
impl PartialEq for MigrateAuthToSamlRequest
Source§impl Serialize for MigrateAuthToSamlRequest
impl Serialize for MigrateAuthToSamlRequest
impl StructuralPartialEq for MigrateAuthToSamlRequest
Auto Trait Implementations§
impl Freeze for MigrateAuthToSamlRequest
impl RefUnwindSafe for MigrateAuthToSamlRequest
impl Send for MigrateAuthToSamlRequest
impl Sync for MigrateAuthToSamlRequest
impl Unpin for MigrateAuthToSamlRequest
impl UnwindSafe for MigrateAuthToSamlRequest
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