pub enum SAuthentication {
Skip,
Perform,
Inherit,
}Variants§
Implementations§
source§impl SAuthentication
impl SAuthentication
sourcepub const fn is_skip(&self) -> bool
pub const fn is_skip(&self) -> bool
Returns true if the enum is SAuthentication::Skip otherwise false
sourcepub const fn is_perform(&self) -> bool
pub const fn is_perform(&self) -> bool
Returns true if the enum is SAuthentication::Perform otherwise false
sourcepub const fn is_inherit(&self) -> bool
pub const fn is_inherit(&self) -> bool
Returns true if the enum is SAuthentication::Inherit otherwise false
Trait Implementations§
source§impl Clone for SAuthentication
impl Clone for SAuthentication
source§fn clone(&self) -> SAuthentication
fn clone(&self) -> SAuthentication
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 SAuthentication
impl Debug for SAuthentication
source§impl Default for SAuthentication
impl Default for SAuthentication
source§fn default() -> SAuthentication
fn default() -> SAuthentication
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SAuthentication
impl<'de> Deserialize<'de> for SAuthentication
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 Display for SAuthentication
impl Display for SAuthentication
source§impl PartialEq for SAuthentication
impl PartialEq for SAuthentication
source§impl Serialize for SAuthentication
impl Serialize for SAuthentication
impl Copy for SAuthentication
impl Eq for SAuthentication
impl StructuralPartialEq for SAuthentication
Auto Trait Implementations§
impl Freeze for SAuthentication
impl RefUnwindSafe for SAuthentication
impl Send for SAuthentication
impl Sync for SAuthentication
impl Unpin for SAuthentication
impl UnwindSafe for SAuthentication
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)