Fields
time: DateTime<Utc>endpoint: &'a EPtext: &'a strAuto Trait Implementations
impl<'a, EP> RefUnwindSafe for LogEntry<'a, EP> where
EP: RefUnwindSafe,
impl<'a, EP> Send for LogEntry<'a, EP> where
EP: Sync,
impl<'a, EP> Sync for LogEntry<'a, EP> where
EP: Sync,
impl<'a, EP> Unpin for LogEntry<'a, EP>
impl<'a, EP> UnwindSafe for LogEntry<'a, EP> where
EP: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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