#[repr(i32)]pub enum EGCBaseClientMsg {
ClientWelcome = 4_004,
ServerWelcome = 4_005,
ClientHello = 4_006,
ServerHello = 4_007,
ClientConnectionStatus = 4_009,
ServerConnectionStatus = 4_010,
ClientHelloPartner = 4_011,
ClientHelloPW = 4_012,
ClientHelloR2 = 4_013,
ClientHelloR3 = 4_014,
ClientHelloR4 = 4_015,
}Variants§
ClientWelcome = 4_004
ServerWelcome = 4_005
ClientHello = 4_006
ServerHello = 4_007
ClientConnectionStatus = 4_009
ServerConnectionStatus = 4_010
ClientHelloPartner = 4_011
ClientHelloPW = 4_012
ClientHelloR2 = 4_013
ClientHelloR3 = 4_014
ClientHelloR4 = 4_015
Implementations§
Trait Implementations§
Source§impl Clone for EGCBaseClientMsg
impl Clone for EGCBaseClientMsg
Source§fn clone(&self) -> EGCBaseClientMsg
fn clone(&self) -> EGCBaseClientMsg
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 EGCBaseClientMsg
impl Debug for EGCBaseClientMsg
Source§impl Hash for EGCBaseClientMsg
impl Hash for EGCBaseClientMsg
Source§impl PartialEq for EGCBaseClientMsg
impl PartialEq for EGCBaseClientMsg
impl Copy for EGCBaseClientMsg
impl Eq for EGCBaseClientMsg
impl StructuralPartialEq for EGCBaseClientMsg
Auto Trait Implementations§
impl Freeze for EGCBaseClientMsg
impl RefUnwindSafe for EGCBaseClientMsg
impl Send for EGCBaseClientMsg
impl Sync for EGCBaseClientMsg
impl Unpin for EGCBaseClientMsg
impl UnsafeUnpin for EGCBaseClientMsg
impl UnwindSafe for EGCBaseClientMsg
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