pub struct SessionRevokeRequest {
pub request_id: String,
pub runtime_generation_id: String,
pub session_revoke_sequence: u64,
pub owner_session_hash: String,
pub owner_user_hash: String,
pub owner_env_hash: String,
pub session_channel_id_hash: String,
}Fields§
§request_id: String§runtime_generation_id: String§session_revoke_sequence: u64§owner_session_hash: String§owner_user_hash: String§owner_env_hash: String§session_channel_id_hash: StringImplementations§
Source§impl SessionRevokeRequest
impl SessionRevokeRequest
pub fn session_scope(&self) -> SessionScope
Trait Implementations§
Source§impl Clone for SessionRevokeRequest
impl Clone for SessionRevokeRequest
Source§fn clone(&self) -> SessionRevokeRequest
fn clone(&self) -> SessionRevokeRequest
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 moreSource§impl Debug for SessionRevokeRequest
impl Debug for SessionRevokeRequest
impl Eq for SessionRevokeRequest
Source§impl PartialEq for SessionRevokeRequest
impl PartialEq for SessionRevokeRequest
impl StructuralPartialEq for SessionRevokeRequest
Auto Trait Implementations§
impl Freeze for SessionRevokeRequest
impl RefUnwindSafe for SessionRevokeRequest
impl Send for SessionRevokeRequest
impl Sync for SessionRevokeRequest
impl Unpin for SessionRevokeRequest
impl UnsafeUnpin for SessionRevokeRequest
impl UnwindSafe for SessionRevokeRequest
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