Enum s2protocol::versions::protocol87702::byte_aligned::EObserve
source · pub enum EObserve {
ENone,
ESpectator,
EReferee,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for EObserve
impl PartialEq for EObserve
impl StructuralPartialEq for EObserve
Auto Trait Implementations§
impl RefUnwindSafe for EObserve
impl Send for EObserve
impl Sync for EObserve
impl Unpin for EObserve
impl UnwindSafe for EObserve
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