pub struct ConnectionLayer {
pub connection_id: ConnectionId,
pub murmur3_hash: u32,
}Expand description
Represents the header of a connection with an ID and a Murmur3 hash.
Fields§
§connection_id: ConnectionId§murmur3_hash: u32Trait Implementations§
Source§impl Debug for ConnectionLayer
impl Debug for ConnectionLayer
impl Eq for ConnectionLayer
Source§impl PartialEq for ConnectionLayer
impl PartialEq for ConnectionLayer
Source§fn eq(&self, other: &ConnectionLayer) -> bool
fn eq(&self, other: &ConnectionLayer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConnectionLayer
Auto Trait Implementations§
impl Freeze for ConnectionLayer
impl RefUnwindSafe for ConnectionLayer
impl Send for ConnectionLayer
impl Sync for ConnectionLayer
impl Unpin for ConnectionLayer
impl UnsafeUnpin for ConnectionLayer
impl UnwindSafe for ConnectionLayer
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