Struct mailpot_web::utils::ThreadEntry
source · pub struct ThreadEntry {
pub hash: EnvelopeHash,
pub depth: usize,
pub thread_node: ThreadNodeHash,
pub thread: ThreadHash,
pub from: String,
pub message_id: String,
pub timestamp: u64,
pub datetime: String,
}
Fields§
§hash: EnvelopeHash
§depth: usize
§thread_node: ThreadNodeHash
§thread: ThreadHash
§from: String
§message_id: String
§timestamp: u64
§datetime: String
Auto Trait Implementations§
impl RefUnwindSafe for ThreadEntry
impl Send for ThreadEntry
impl Sync for ThreadEntry
impl Unpin for ThreadEntry
impl UnwindSafe for ThreadEntry
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