pub enum LogoutScope {
Global,
Local,
Others,
}
Expand description
Represents the scope of the logout operation
Variants§
Trait Implementations§
Source§impl Clone for LogoutScope
impl Clone for LogoutScope
Source§fn clone(&self) -> LogoutScope
fn clone(&self) -> LogoutScope
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 LogoutScope
impl Debug for LogoutScope
Source§impl Default for LogoutScope
impl Default for LogoutScope
Source§fn default() -> LogoutScope
fn default() -> LogoutScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogoutScope
impl<'de> Deserialize<'de> for LogoutScope
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 LogoutScope
impl PartialEq for LogoutScope
Source§impl Serialize for LogoutScope
impl Serialize for LogoutScope
impl StructuralPartialEq for LogoutScope
Auto Trait Implementations§
impl Freeze for LogoutScope
impl RefUnwindSafe for LogoutScope
impl Send for LogoutScope
impl Sync for LogoutScope
impl Unpin for LogoutScope
impl UnwindSafe for LogoutScope
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