#[repr(transparent)]pub struct ServiceActionOut(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl ServiceActionOut
impl ServiceActionOut
pub const REGISTER: ServiceActionOut
pub const RESERVE: ServiceActionOut
pub const RELEASE: ServiceActionOut
pub const CLEAR: ServiceActionOut
pub const PREEMPT: ServiceActionOut
pub const PREEMPT_ABORT: ServiceActionOut
pub const REGISTER_IGNORE_EXISTING: ServiceActionOut
pub const REGISTER_AND_MOVE: ServiceActionOut
pub const REPLACE_LOST_RESERVATION: ServiceActionOut
Trait Implementations§
Source§impl Clone for ServiceActionOut
impl Clone for ServiceActionOut
Source§fn clone(&self) -> ServiceActionOut
fn clone(&self) -> ServiceActionOut
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 ServiceActionOut
impl Debug for ServiceActionOut
Source§impl Hash for ServiceActionOut
impl Hash for ServiceActionOut
Source§impl Ord for ServiceActionOut
impl Ord for ServiceActionOut
Source§fn cmp(&self, other: &ServiceActionOut) -> Ordering
fn cmp(&self, other: &ServiceActionOut) -> 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 ServiceActionOut
impl PartialEq for ServiceActionOut
Source§impl PartialOrd for ServiceActionOut
impl PartialOrd for ServiceActionOut
impl Copy for ServiceActionOut
impl Eq for ServiceActionOut
impl StructuralPartialEq for ServiceActionOut
Auto Trait Implementations§
impl Freeze for ServiceActionOut
impl RefUnwindSafe for ServiceActionOut
impl Send for ServiceActionOut
impl Sync for ServiceActionOut
impl Unpin for ServiceActionOut
impl UnwindSafe for ServiceActionOut
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