pub struct SwitchEvent {
pub ts: i64,
pub tool: String,
pub account: String,
pub action: String,
}Fields§
§ts: i64§tool: String§account: String§action: StringWhat swapdex recorded: use/restore move where new sessions start,
serve hands turns to an account without moving them, while serve-off
explicitly clears that attribution until a later activating event.
Auto Trait Implementations§
impl Freeze for SwitchEvent
impl RefUnwindSafe for SwitchEvent
impl Send for SwitchEvent
impl Sync for SwitchEvent
impl Unpin for SwitchEvent
impl UnsafeUnpin for SwitchEvent
impl UnwindSafe for SwitchEvent
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