pub struct ProgressReportId(/* private fields */);Implementations§
Source§impl ProgressReportId
impl ProgressReportId
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ProgressReportId
impl Clone for ProgressReportId
Source§fn clone(&self) -> ProgressReportId
fn clone(&self) -> ProgressReportId
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 ProgressReportId
impl Debug for ProgressReportId
Source§impl<'de> Deserialize<'de> for ProgressReportId
impl<'de> Deserialize<'de> for ProgressReportId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ProgressReportId
impl Hash for ProgressReportId
Source§impl Ord for ProgressReportId
impl Ord for ProgressReportId
Source§fn cmp(&self, other: &ProgressReportId) -> Ordering
fn cmp(&self, other: &ProgressReportId) -> 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 ProgressReportId
impl PartialEq for ProgressReportId
Source§impl PartialOrd for ProgressReportId
impl PartialOrd for ProgressReportId
Source§impl Serialize for ProgressReportId
impl Serialize for ProgressReportId
impl Eq for ProgressReportId
impl StructuralPartialEq for ProgressReportId
Auto Trait Implementations§
impl Freeze for ProgressReportId
impl RefUnwindSafe for ProgressReportId
impl Send for ProgressReportId
impl Sync for ProgressReportId
impl Unpin for ProgressReportId
impl UnsafeUnpin for ProgressReportId
impl UnwindSafe for ProgressReportId
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