pub enum IpconMsgType {
IpconMsgTypeNormal,
IpconMsgTypeGroup,
IpconMsgTypeKevent,
IpconMsgTypeInvalid,
}Variants§
Trait Implementations§
Source§impl Clone for IpconMsgType
impl Clone for IpconMsgType
Source§fn clone(&self) -> IpconMsgType
fn clone(&self) -> IpconMsgType
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 IpconMsgType
impl Debug for IpconMsgType
Source§impl PartialEq for IpconMsgType
impl PartialEq for IpconMsgType
impl Copy for IpconMsgType
impl Eq for IpconMsgType
impl StructuralPartialEq for IpconMsgType
Auto Trait Implementations§
impl Freeze for IpconMsgType
impl RefUnwindSafe for IpconMsgType
impl Send for IpconMsgType
impl Sync for IpconMsgType
impl Unpin for IpconMsgType
impl UnwindSafe for IpconMsgType
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