Struct atuin_server::models::NewHistory [−][src]
pub struct NewHistory<'a> {
pub client_id: Cow<'a, str>,
pub user_id: i64,
pub hostname: Cow<'a, str>,
pub timestamp: NaiveDateTime,
pub data: Cow<'a, str>,
}Fields
client_id: Cow<'a, str>user_id: i64hostname: Cow<'a, str>timestamp: NaiveDateTimedata: Cow<'a, str>Auto Trait Implementations
impl<'a> RefUnwindSafe for NewHistory<'a>
impl<'a> Send for NewHistory<'a>
impl<'a> Sync for NewHistory<'a>
impl<'a> Unpin for NewHistory<'a>
impl<'a> UnwindSafe for NewHistory<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
