pub struct SnapshotPending {
pub pending_conn_ids: BTreeSet<ConnectionId>,
pub replies: HashMap<ConnectionId, SnapshotReply>,
pub notify: Arc<Notify>,
}Fields§
§pending_conn_ids: BTreeSet<ConnectionId>§replies: HashMap<ConnectionId, SnapshotReply>§notify: Arc<Notify>Auto Trait Implementations§
impl Freeze for SnapshotPending
impl RefUnwindSafe for SnapshotPending
impl Send for SnapshotPending
impl Sync for SnapshotPending
impl Unpin for SnapshotPending
impl UnsafeUnpin for SnapshotPending
impl UnwindSafe for SnapshotPending
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