pub struct ClientJobId(/* private fields */);Expand description
A client-relative job ID. Clients can assign these however they like.
Implementations§
Trait Implementations§
Source§impl Clone for ClientJobId
impl Clone for ClientJobId
Source§fn clone(&self) -> ClientJobId
fn clone(&self) -> ClientJobId
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 ClientJobId
impl Debug for ClientJobId
Source§impl<'de> Deserialize<'de> for ClientJobId
impl<'de> Deserialize<'de> for ClientJobId
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 ClientJobId
impl Display for ClientJobId
Source§impl From<ClientJobId> for u32
impl From<ClientJobId> for u32
Source§fn from(value: ClientJobId) -> Self
fn from(value: ClientJobId) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ClientJobId
impl From<u32> for ClientJobId
Source§impl Hash for ClientJobId
impl Hash for ClientJobId
Source§impl Ord for ClientJobId
impl Ord for ClientJobId
Source§fn cmp(&self, other: &ClientJobId) -> Ordering
fn cmp(&self, other: &ClientJobId) -> 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 ClientJobId
impl PartialEq for ClientJobId
Source§impl PartialOrd for ClientJobId
impl PartialOrd for ClientJobId
Source§impl Serialize for ClientJobId
impl Serialize for ClientJobId
impl Copy for ClientJobId
impl Eq for ClientJobId
impl StructuralPartialEq for ClientJobId
Auto Trait Implementations§
impl Freeze for ClientJobId
impl RefUnwindSafe for ClientJobId
impl Send for ClientJobId
impl Sync for ClientJobId
impl Unpin for ClientJobId
impl UnwindSafe for ClientJobId
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