pub struct CutState {
pub requested_at_ns: i64,
pub pending_conn_ids: BTreeSet<ConnectionId>,
pub acks: BTreeMap<ConnectionId, CutAck>,
}Fields§
§requested_at_ns: i64§pending_conn_ids: BTreeSet<ConnectionId>§acks: BTreeMap<ConnectionId, CutAck>Auto Trait Implementations§
impl Freeze for CutState
impl RefUnwindSafe for CutState
impl Send for CutState
impl Sync for CutState
impl Unpin for CutState
impl UnsafeUnpin for CutState
impl UnwindSafe for CutState
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