#[repr(u8)]pub enum RemotingCommandType {
REQUEST = 0,
RESPONSE = 1,
}Variants§
Implementations§
Trait Implementations§
source§impl Debug for RemotingCommandType
impl Debug for RemotingCommandType
source§impl PartialEq for RemotingCommandType
impl PartialEq for RemotingCommandType
source§fn eq(&self, other: &RemotingCommandType) -> bool
fn eq(&self, other: &RemotingCommandType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RemotingCommandType
impl StructuralEq for RemotingCommandType
impl StructuralPartialEq for RemotingCommandType
Auto Trait Implementations§
impl RefUnwindSafe for RemotingCommandType
impl Send for RemotingCommandType
impl Sync for RemotingCommandType
impl Unpin for RemotingCommandType
impl UnwindSafe for RemotingCommandType
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