pub struct Continuum {
pub token: DynToken,
pub peer_idx: u32,
}Expand description
One ring point: a (token, peer_idx) mapping.
Fields§
§token: DynTokenToken at this ring position.
peer_idx: u32Index into the pool’s peer array.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Continuum
impl RefUnwindSafe for Continuum
impl Send for Continuum
impl Sync for Continuum
impl Unpin for Continuum
impl UnsafeUnpin for Continuum
impl UnwindSafe for Continuum
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