pub struct EventLogRow {
pub seq: i64,
pub ts: DateTime<Utc>,
pub kind: String,
pub host_id: Option<String>,
pub rollout_id: Option<String>,
pub payload: String,
}Fields§
§seq: i64§ts: DateTime<Utc>§kind: String§host_id: Option<String>§rollout_id: Option<String>§payload: StringTrait Implementations§
Source§impl Clone for EventLogRow
impl Clone for EventLogRow
Source§fn clone(&self) -> EventLogRow
fn clone(&self) -> EventLogRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EventLogRow
impl RefUnwindSafe for EventLogRow
impl Send for EventLogRow
impl Sync for EventLogRow
impl Unpin for EventLogRow
impl UnwindSafe for EventLogRow
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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