pub struct LocalServiceId(pub u32);Expand description
本地24位服务Id
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for LocalServiceId
impl Clone for LocalServiceId
Source§fn clone(&self) -> LocalServiceId
fn clone(&self) -> LocalServiceId
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 LocalServiceId
impl Debug for LocalServiceId
Source§impl<'de> Deserialize<'de> for LocalServiceId
impl<'de> Deserialize<'de> for LocalServiceId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LocalServiceId
impl Display for LocalServiceId
Source§impl Hash for LocalServiceId
impl Hash for LocalServiceId
Source§impl Ord for LocalServiceId
impl Ord for LocalServiceId
Source§fn cmp(&self, other: &LocalServiceId) -> Ordering
fn cmp(&self, other: &LocalServiceId) -> 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 LocalServiceId
impl PartialEq for LocalServiceId
Source§impl PartialOrd for LocalServiceId
impl PartialOrd for LocalServiceId
Source§impl Serialize for LocalServiceId
impl Serialize for LocalServiceId
impl Copy for LocalServiceId
impl Eq for LocalServiceId
impl StructuralPartialEq for LocalServiceId
Auto Trait Implementations§
impl Freeze for LocalServiceId
impl RefUnwindSafe for LocalServiceId
impl Send for LocalServiceId
impl Sync for LocalServiceId
impl Unpin for LocalServiceId
impl UnwindSafe for LocalServiceId
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