pub enum OidcCookieInsecure {
Yes,
No,
}Expand description
Used instead of a normal bool to never confuse people about a meaning of multiple bool’s
Variants§
Trait Implementations§
Source§impl Debug for OidcCookieInsecure
impl Debug for OidcCookieInsecure
Source§impl PartialEq for OidcCookieInsecure
impl PartialEq for OidcCookieInsecure
impl StructuralPartialEq for OidcCookieInsecure
Auto Trait Implementations§
impl Freeze for OidcCookieInsecure
impl RefUnwindSafe for OidcCookieInsecure
impl Send for OidcCookieInsecure
impl Sync for OidcCookieInsecure
impl Unpin for OidcCookieInsecure
impl UnsafeUnpin for OidcCookieInsecure
impl UnwindSafe for OidcCookieInsecure
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