pub struct HelloAck {
pub version: u8,
pub auth: String,
pub features: u32,
pub server: Option<String>,
pub topology: Option<String>,
}Fields§
§version: u8§auth: String§features: u32§server: Option<String>§topology: Option<String>Implementations§
Trait Implementations§
impl Eq for HelloAck
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