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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RevokeSessionInput
impl Debug for RevokeSessionInput
Source§impl PartialEq for RevokeSessionInput
impl PartialEq for RevokeSessionInput
impl Copy for RevokeSessionInput
impl Eq for RevokeSessionInput
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