#[repr(i32)]pub enum EGCBaseProtoObjectTypes {
PartyInvite = 1_001,
LobbyInvite = 1_002,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EGCBaseProtoObjectTypes
impl Clone for EGCBaseProtoObjectTypes
Source§fn clone(&self) -> EGCBaseProtoObjectTypes
fn clone(&self) -> EGCBaseProtoObjectTypes
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 EGCBaseProtoObjectTypes
impl Debug for EGCBaseProtoObjectTypes
Source§impl Hash for EGCBaseProtoObjectTypes
impl Hash for EGCBaseProtoObjectTypes
Source§impl PartialEq for EGCBaseProtoObjectTypes
impl PartialEq for EGCBaseProtoObjectTypes
impl Copy for EGCBaseProtoObjectTypes
impl Eq for EGCBaseProtoObjectTypes
impl StructuralPartialEq for EGCBaseProtoObjectTypes
Auto Trait Implementations§
impl Freeze for EGCBaseProtoObjectTypes
impl RefUnwindSafe for EGCBaseProtoObjectTypes
impl Send for EGCBaseProtoObjectTypes
impl Sync for EGCBaseProtoObjectTypes
impl Unpin for EGCBaseProtoObjectTypes
impl UnsafeUnpin for EGCBaseProtoObjectTypes
impl UnwindSafe for EGCBaseProtoObjectTypes
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