pub struct RevokeSessionInput { /* private fields */ }Expand description
Input for revoking a single session.
Implementations§
Trait Implementations§
Source§impl Clone for RevokeSessionInput
impl Clone for RevokeSessionInput
Source§fn clone(&self) -> RevokeSessionInput
fn clone(&self) -> RevokeSessionInput
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 RevokeSessionInput
Source§impl Debug for RevokeSessionInput
impl Debug for RevokeSessionInput
impl Eq for RevokeSessionInput
Source§impl PartialEq for RevokeSessionInput
impl PartialEq for RevokeSessionInput
Source§fn eq(&self, other: &RevokeSessionInput) -> bool
fn eq(&self, other: &RevokeSessionInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RevokeSessionInput
Auto Trait Implementations§
impl Freeze for RevokeSessionInput
impl RefUnwindSafe for RevokeSessionInput
impl Send for RevokeSessionInput
impl Sync for RevokeSessionInput
impl Unpin for RevokeSessionInput
impl UnsafeUnpin for RevokeSessionInput
impl UnwindSafe for RevokeSessionInput
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