pub struct MessageWithContext {
pub record: HistoryRecord,
pub global_index: usize,
pub pair_index: usize,
pub is_excluded: bool,
}Fields§
§record: HistoryRecord§global_index: usize§pair_index: usize§is_excluded: boolTrait Implementations§
Source§impl Clone for MessageWithContext
impl Clone for MessageWithContext
Source§fn clone(&self) -> MessageWithContext
fn clone(&self) -> MessageWithContext
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 MessageWithContext
impl RefUnwindSafe for MessageWithContext
impl Send for MessageWithContext
impl Sync for MessageWithContext
impl Unpin for MessageWithContext
impl UnwindSafe for MessageWithContext
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