pub struct HelloAck {
pub protocol_version: u32,
pub accepted_capability_bits: CapabilityFlags,
pub max_message_size: u64,
pub options: Options,
}Fields§
§protocol_version: u32§accepted_capability_bits: CapabilityFlags§max_message_size: u64§options: OptionsTrait Implementations§
impl StructuralPartialEq for HelloAck
Auto Trait Implementations§
impl Freeze for HelloAck
impl RefUnwindSafe for HelloAck
impl Send for HelloAck
impl Sync for HelloAck
impl Unpin for HelloAck
impl UnsafeUnpin for HelloAck
impl UnwindSafe for HelloAck
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