pub struct RefreshEvent {
pub id: String,
pub host: String,
pub status: i64,
pub success: bool,
pub concurrent: bool,
pub old_token_reused: bool,
pub reusing_ids: Vec<String>,
}Fields§
§id: String§host: String§status: i64§success: bool§concurrent: bool§old_token_reused: bool§reusing_ids: Vec<String>Trait Implementations§
Source§impl Debug for RefreshEvent
impl Debug for RefreshEvent
Auto Trait Implementations§
impl Freeze for RefreshEvent
impl RefUnwindSafe for RefreshEvent
impl Send for RefreshEvent
impl Sync for RefreshEvent
impl Unpin for RefreshEvent
impl UnsafeUnpin for RefreshEvent
impl UnwindSafe for RefreshEvent
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