pub enum OrganizationDomainAuthType {
Saml,
General,
Unknown,
}Expand description
What type of auth is the domain used for.
Variants§
Trait Implementations§
Source§impl Clone for OrganizationDomainAuthType
impl Clone for OrganizationDomainAuthType
Source§fn clone(&self) -> OrganizationDomainAuthType
fn clone(&self) -> OrganizationDomainAuthType
Returns a duplicate 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 OrganizationDomainAuthType
impl Debug for OrganizationDomainAuthType
Source§impl<'de> Deserialize<'de> for OrganizationDomainAuthType
impl<'de> Deserialize<'de> for OrganizationDomainAuthType
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 Eq for OrganizationDomainAuthType
impl StructuralPartialEq for OrganizationDomainAuthType
Auto Trait Implementations§
impl Freeze for OrganizationDomainAuthType
impl RefUnwindSafe for OrganizationDomainAuthType
impl Send for OrganizationDomainAuthType
impl Sync for OrganizationDomainAuthType
impl Unpin for OrganizationDomainAuthType
impl UnwindSafe for OrganizationDomainAuthType
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