pub enum LogoutBinding {
Redirect,
Post,
SimpleSign,
}Expand description
Single Logout bindings supported by the typed API.
Variants§
Implementations§
Source§impl LogoutBinding
impl LogoutBinding
Sourcepub fn as_binding(self) -> Binding
pub fn as_binding(self) -> Binding
Convert to the raw compatibility binding.
Trait Implementations§
Source§impl Clone for LogoutBinding
impl Clone for LogoutBinding
Source§fn clone(&self) -> LogoutBinding
fn clone(&self) -> LogoutBinding
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 moreimpl Copy for LogoutBinding
Source§impl Debug for LogoutBinding
impl Debug for LogoutBinding
impl Eq for LogoutBinding
Source§impl From<LogoutBinding> for Binding
impl From<LogoutBinding> for Binding
Source§fn from(value: LogoutBinding) -> Self
fn from(value: LogoutBinding) -> Self
Converts to this type from the input type.
Source§impl Hash for LogoutBinding
impl Hash for LogoutBinding
Source§impl PartialEq for LogoutBinding
impl PartialEq for LogoutBinding
impl StructuralPartialEq for LogoutBinding
Auto Trait Implementations§
impl Freeze for LogoutBinding
impl RefUnwindSafe for LogoutBinding
impl Send for LogoutBinding
impl Sync for LogoutBinding
impl Unpin for LogoutBinding
impl UnsafeUnpin for LogoutBinding
impl UnwindSafe for LogoutBinding
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