Struct pages::db::LibrePagesEvent
source · [−]pub struct LibrePagesEvent {
pub event_type: Event,
pub time: OffsetDateTime,
pub site: String,
pub id: Uuid,
}
Fields
event_type: Event
time: OffsetDateTime
site: String
id: Uuid
Trait Implementations
sourceimpl Clone for LibrePagesEvent
impl Clone for LibrePagesEvent
sourcefn clone(&self) -> LibrePagesEvent
fn clone(&self) -> LibrePagesEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LibrePagesEvent
impl Debug for LibrePagesEvent
sourceimpl PartialEq<LibrePagesEvent> for LibrePagesEvent
impl PartialEq<LibrePagesEvent> for LibrePagesEvent
sourcefn eq(&self, other: &LibrePagesEvent) -> bool
fn eq(&self, other: &LibrePagesEvent) -> bool
impl Eq for LibrePagesEvent
impl StructuralEq for LibrePagesEvent
impl StructuralPartialEq for LibrePagesEvent
Auto Trait Implementations
impl RefUnwindSafe for LibrePagesEvent
impl Send for LibrePagesEvent
impl Sync for LibrePagesEvent
impl Unpin for LibrePagesEvent
impl UnwindSafe for LibrePagesEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.