pub enum BlobProgressEvent {
Pending,
Progressing(u64),
Done,
}
Available on crate feature
rpc
only.Expand description
Progress state for a single blob
Variants§
Trait Implementations§
Source§impl Clone for BlobProgressEvent
impl Clone for BlobProgressEvent
Source§fn clone(&self) -> BlobProgressEvent
fn clone(&self) -> BlobProgressEvent
Returns a copy 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 BlobProgressEvent
impl Debug for BlobProgressEvent
Source§impl Default for BlobProgressEvent
impl Default for BlobProgressEvent
Source§fn default() -> BlobProgressEvent
fn default() -> BlobProgressEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlobProgressEvent
impl<'de> Deserialize<'de> for BlobProgressEvent
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 PartialEq for BlobProgressEvent
impl PartialEq for BlobProgressEvent
Source§impl Serialize for BlobProgressEvent
impl Serialize for BlobProgressEvent
impl Eq for BlobProgressEvent
impl StructuralPartialEq for BlobProgressEvent
Auto Trait Implementations§
impl Freeze for BlobProgressEvent
impl RefUnwindSafe for BlobProgressEvent
impl Send for BlobProgressEvent
impl Sync for BlobProgressEvent
impl Unpin for BlobProgressEvent
impl UnwindSafe for BlobProgressEvent
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more