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: u32
Trait Implementations§
Source§impl Debug for ConnectionLayer
impl Debug for ConnectionLayer
Source§impl PartialEq for ConnectionLayer
impl PartialEq for ConnectionLayer
impl Eq for ConnectionLayer
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 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