pub struct ProjectRow {
pub project: String,
pub sessions: i64,
pub messages: i64,
pub oldest: Option<String>,
pub newest: Option<String>,
}Fields§
§project: String§sessions: i64§messages: i64§oldest: Option<String>§newest: Option<String>Auto Trait Implementations§
impl Freeze for ProjectRow
impl RefUnwindSafe for ProjectRow
impl Send for ProjectRow
impl Sync for ProjectRow
impl Unpin for ProjectRow
impl UnsafeUnpin for ProjectRow
impl UnwindSafe for ProjectRow
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