pub struct Version1;Expand description
Protocol version 1.
Implementations§
Source§impl Version1
impl Version1
Sourcepub const fn frame<D>(data: D) -> VersionedDataFrame<Version1, D>where
D: DataFrame,
pub const fn frame<D>(data: D) -> VersionedDataFrame<Version1, D>where
D: DataFrame,
Wraps the specified VersionedDataFrame.
Trait Implementations§
Source§impl ProtocolVersion for Version1
impl ProtocolVersion for Version1
impl Copy for Version1
impl Eq for Version1
impl StructuralPartialEq for Version1
Auto Trait Implementations§
impl Freeze for Version1
impl RefUnwindSafe for Version1
impl Send for Version1
impl Sync for Version1
impl Unpin for Version1
impl UnwindSafe for Version1
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