pub struct SchemaHandshake {
pub hash: [u8; 32],
pub version: String,
}Expand description
Schema identity for connection-time negotiation.
Fields§
§hash: [u8; 32]§version: StringImplementations§
Trait Implementations§
Source§impl Clone for SchemaHandshake
impl Clone for SchemaHandshake
Source§fn clone(&self) -> SchemaHandshake
fn clone(&self) -> SchemaHandshake
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaHandshake
impl Debug for SchemaHandshake
Source§impl PartialEq for SchemaHandshake
impl PartialEq for SchemaHandshake
impl StructuralPartialEq for SchemaHandshake
Auto Trait Implementations§
impl Freeze for SchemaHandshake
impl RefUnwindSafe for SchemaHandshake
impl Send for SchemaHandshake
impl Sync for SchemaHandshake
impl Unpin for SchemaHandshake
impl UnsafeUnpin for SchemaHandshake
impl UnwindSafe for SchemaHandshake
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