pub struct InstanceLog {
pub instance: Instance,
pub enter: Option<NaiveDateTime>,
pub join: Option<NaiveDateTime>,
pub join_or_create: Option<NaiveDateTime>,
pub joined: Option<NaiveDateTime>,
pub left: Option<NaiveDateTime>,
}Fields§
§instance: Instance§enter: Option<NaiveDateTime>§join: Option<NaiveDateTime>§join_or_create: Option<NaiveDateTime>§joined: Option<NaiveDateTime>§left: Option<NaiveDateTime>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstanceLog
impl RefUnwindSafe for InstanceLog
impl Send for InstanceLog
impl Sync for InstanceLog
impl Unpin for InstanceLog
impl UnwindSafe for InstanceLog
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