#[repr(transparent)]pub struct ReservationRegisterAction(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl ReservationRegisterAction
impl ReservationRegisterAction
pub const REGISTER: ReservationRegisterAction
pub const UNREGISTER: ReservationRegisterAction
pub const REPLACE: ReservationRegisterAction
Trait Implementations§
Source§impl Clone for ReservationRegisterAction
impl Clone for ReservationRegisterAction
Source§fn clone(&self) -> ReservationRegisterAction
fn clone(&self) -> ReservationRegisterAction
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 ReservationRegisterAction
impl Debug for ReservationRegisterAction
Source§impl Hash for ReservationRegisterAction
impl Hash for ReservationRegisterAction
Source§impl Ord for ReservationRegisterAction
impl Ord for ReservationRegisterAction
Source§fn cmp(&self, other: &ReservationRegisterAction) -> Ordering
fn cmp(&self, other: &ReservationRegisterAction) -> 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 PartialOrd for ReservationRegisterAction
impl PartialOrd for ReservationRegisterAction
impl Copy for ReservationRegisterAction
impl Eq for ReservationRegisterAction
impl StructuralPartialEq for ReservationRegisterAction
Auto Trait Implementations§
impl Freeze for ReservationRegisterAction
impl RefUnwindSafe for ReservationRegisterAction
impl Send for ReservationRegisterAction
impl Sync for ReservationRegisterAction
impl Unpin for ReservationRegisterAction
impl UnwindSafe for ReservationRegisterAction
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