pub enum AuthPosture {
Enabled,
Disabled,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for AuthPosture
impl Clone for AuthPosture
Source§fn clone(&self) -> AuthPosture
fn clone(&self) -> AuthPosture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AuthPosture
impl RefUnwindSafe for AuthPosture
impl Send for AuthPosture
impl Sync for AuthPosture
impl Unpin for AuthPosture
impl UnsafeUnpin for AuthPosture
impl UnwindSafe for AuthPosture
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