pub enum MessageProgress {
Indeterminate,
Percent(u8),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MessageProgress
impl Clone for MessageProgress
Source§fn clone(&self) -> MessageProgress
fn clone(&self) -> MessageProgress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MessageProgress
impl Debug for MessageProgress
Source§impl Hash for MessageProgress
impl Hash for MessageProgress
Source§impl PartialEq for MessageProgress
impl PartialEq for MessageProgress
Source§fn eq(&self, other: &MessageProgress) -> bool
fn eq(&self, other: &MessageProgress) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MessageProgress
impl Eq for MessageProgress
impl StructuralPartialEq for MessageProgress
Auto Trait Implementations§
impl Freeze for MessageProgress
impl RefUnwindSafe for MessageProgress
impl Send for MessageProgress
impl Sync for MessageProgress
impl Unpin for MessageProgress
impl UnsafeUnpin for MessageProgress
impl UnwindSafe for MessageProgress
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