pub(crate) enum ImageDataCompletionStatus {
ExpectingMoreData,
Done,
}Variants§
Trait Implementations§
Source§impl Debug for ImageDataCompletionStatus
impl Debug for ImageDataCompletionStatus
Source§impl PartialEq for ImageDataCompletionStatus
impl PartialEq for ImageDataCompletionStatus
Source§fn eq(&self, other: &ImageDataCompletionStatus) -> bool
fn eq(&self, other: &ImageDataCompletionStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ImageDataCompletionStatus
impl StructuralPartialEq for ImageDataCompletionStatus
Auto Trait Implementations§
impl Freeze for ImageDataCompletionStatus
impl RefUnwindSafe for ImageDataCompletionStatus
impl Send for ImageDataCompletionStatus
impl Sync for ImageDataCompletionStatus
impl Unpin for ImageDataCompletionStatus
impl UnsafeUnpin for ImageDataCompletionStatus
impl UnwindSafe for ImageDataCompletionStatus
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