pub struct SenderSyncState {
pub sender_id: Vec<u8>,
pub latest_seq: u64,
pub earliest_seq: u64,
}Fields§
§sender_id: Vec<u8>§latest_seq: u64§earliest_seq: u64Trait Implementations§
Source§impl Clone for SenderSyncState
impl Clone for SenderSyncState
Source§fn clone(&self) -> SenderSyncState
fn clone(&self) -> SenderSyncState
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 moreSource§impl Debug for SenderSyncState
impl Debug for SenderSyncState
Source§impl PartialEq for SenderSyncState
impl PartialEq for SenderSyncState
impl Eq for SenderSyncState
impl StructuralPartialEq for SenderSyncState
Auto Trait Implementations§
impl Freeze for SenderSyncState
impl RefUnwindSafe for SenderSyncState
impl Send for SenderSyncState
impl Sync for SenderSyncState
impl Unpin for SenderSyncState
impl UnsafeUnpin for SenderSyncState
impl UnwindSafe for SenderSyncState
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