pub enum SessionRevokeState {
Complete,
}Variants§
Complete
Trait Implementations§
Source§impl Clone for SessionRevokeState
impl Clone for SessionRevokeState
Source§fn clone(&self) -> SessionRevokeState
fn clone(&self) -> SessionRevokeState
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 SessionRevokeState
Source§impl Debug for SessionRevokeState
impl Debug for SessionRevokeState
impl Eq for SessionRevokeState
Source§impl PartialEq for SessionRevokeState
impl PartialEq for SessionRevokeState
Source§impl Serialize for SessionRevokeState
impl Serialize for SessionRevokeState
impl StructuralPartialEq for SessionRevokeState
Auto Trait Implementations§
impl Freeze for SessionRevokeState
impl RefUnwindSafe for SessionRevokeState
impl Send for SessionRevokeState
impl Sync for SessionRevokeState
impl Unpin for SessionRevokeState
impl UnsafeUnpin for SessionRevokeState
impl UnwindSafe for SessionRevokeState
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