pub struct SessionTerminationManager { /* private fields */ }Expand description
Operations for the “session_termination” API area.
Implementations§
Source§impl SessionTerminationManager
impl SessionTerminationManager
pub async fn create_user_terminate_sessions( &self, body: UserTerminateSessionsCreateRequest, ) -> Result<SessionTerminationMessage, Error>
pub async fn create_group_terminate_sessions( &self, body: GroupTerminateSessionsCreateRequest, ) -> Result<SessionTerminationMessage, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for SessionTerminationManager
impl !UnwindSafe for SessionTerminationManager
impl Freeze for SessionTerminationManager
impl Send for SessionTerminationManager
impl Sync for SessionTerminationManager
impl Unpin for SessionTerminationManager
impl UnsafeUnpin for SessionTerminationManager
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