#[repr(transparent)]pub struct RequestType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl RequestType
impl RequestType
pub const ALL: RequestType
pub const CURRENT: RequestType
pub const ONE: RequestType
Trait Implementations§
Source§impl Clone for RequestType
impl Clone for RequestType
Source§fn clone(&self) -> RequestType
fn clone(&self) -> RequestType
Returns a copy 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 RequestType
impl Debug for RequestType
Source§impl Hash for RequestType
impl Hash for RequestType
Source§impl Ord for RequestType
impl Ord for RequestType
Source§fn cmp(&self, other: &RequestType) -> Ordering
fn cmp(&self, other: &RequestType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RequestType
impl PartialEq for RequestType
Source§impl PartialOrd for RequestType
impl PartialOrd for RequestType
impl Copy for RequestType
impl Eq for RequestType
impl StructuralPartialEq for RequestType
Auto Trait Implementations§
impl Freeze for RequestType
impl RefUnwindSafe for RequestType
impl Send for RequestType
impl Sync for RequestType
impl Unpin for RequestType
impl UnwindSafe for RequestType
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