pub struct ProgressNote(/* private fields */);Implementations§
Source§impl ProgressNote
impl ProgressNote
Source§impl ProgressNote
impl ProgressNote
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ProgressNote
impl Clone for ProgressNote
Source§fn clone(&self) -> ProgressNote
fn clone(&self) -> ProgressNote
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 ProgressNote
impl Debug for ProgressNote
Source§impl<'de> Deserialize<'de> for ProgressNote
impl<'de> Deserialize<'de> for ProgressNote
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 ProgressNote
impl Hash for ProgressNote
Source§impl Ord for ProgressNote
impl Ord for ProgressNote
Source§fn cmp(&self, other: &ProgressNote) -> Ordering
fn cmp(&self, other: &ProgressNote) -> 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 ProgressNote
impl PartialEq for ProgressNote
Source§impl PartialOrd for ProgressNote
impl PartialOrd for ProgressNote
Source§impl Serialize for ProgressNote
impl Serialize for ProgressNote
impl Eq for ProgressNote
impl StructuralPartialEq for ProgressNote
Auto Trait Implementations§
impl Freeze for ProgressNote
impl RefUnwindSafe for ProgressNote
impl Send for ProgressNote
impl Sync for ProgressNote
impl Unpin for ProgressNote
impl UnsafeUnpin for ProgressNote
impl UnwindSafe for ProgressNote
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