pub struct RemoveParticipantOptions {
pub revoke_token_ts: i64,
}Fields§
§revoke_token_ts: i64Revoke all tokens issued to this participant before this Unix timestamp (ms).
Trait Implementations§
Source§impl Clone for RemoveParticipantOptions
impl Clone for RemoveParticipantOptions
Source§fn clone(&self) -> RemoveParticipantOptions
fn clone(&self) -> RemoveParticipantOptions
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 RemoveParticipantOptions
impl Debug for RemoveParticipantOptions
Source§impl Default for RemoveParticipantOptions
impl Default for RemoveParticipantOptions
Source§fn default() -> RemoveParticipantOptions
fn default() -> RemoveParticipantOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemoveParticipantOptions
impl RefUnwindSafe for RemoveParticipantOptions
impl Send for RemoveParticipantOptions
impl Sync for RemoveParticipantOptions
impl Unpin for RemoveParticipantOptions
impl UnsafeUnpin for RemoveParticipantOptions
impl UnwindSafe for RemoveParticipantOptions
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