#[repr(u8)]pub enum Qr {
Query = 0,
Response = 1,
}
Expand description
Indicates a message is either a query or response.
Variants§
Trait Implementations§
impl Copy for Qr
impl Eq for Qr
impl StructuralPartialEq for Qr
Auto Trait Implementations§
impl Freeze for Qr
impl RefUnwindSafe for Qr
impl Send for Qr
impl Sync for Qr
impl Unpin for Qr
impl UnwindSafe for Qr
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