pub struct AuthLogoutOutcome {
pub server: String,
pub was_cached: bool,
}Expand description
Outcome passed to Renderer::auth_logout.
Fields§
§server: StringResolved server URL.
was_cached: booltrue when an entry was actually removed from the cache.
Auto Trait Implementations§
impl Freeze for AuthLogoutOutcome
impl RefUnwindSafe for AuthLogoutOutcome
impl Send for AuthLogoutOutcome
impl Sync for AuthLogoutOutcome
impl Unpin for AuthLogoutOutcome
impl UnsafeUnpin for AuthLogoutOutcome
impl UnwindSafe for AuthLogoutOutcome
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