pub enum Era {
Legacy,
Modern,
}Expand description
A protocol era: how version/identity/capabilities are conveyed and whether the connection is session-based.
Variants§
Legacy
initialize handshake + session (2025-11-25 and earlier).
Modern
Stateless per-request metadata (2026-07-28 and later).
Trait Implementations§
impl Copy for Era
impl Eq for Era
impl StructuralPartialEq for Era
Auto Trait Implementations§
impl Freeze for Era
impl RefUnwindSafe for Era
impl Send for Era
impl Sync for Era
impl Unpin for Era
impl UnsafeUnpin for Era
impl UnwindSafe for Era
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