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