pub enum MapAsyncStatus {
Success,
CallbackCancelled,
Error,
Aborted,
}Variants§
Trait Implementations§
Source§impl Clone for MapAsyncStatus
impl Clone for MapAsyncStatus
Source§fn clone(&self) -> MapAsyncStatus
fn clone(&self) -> MapAsyncStatus
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 MapAsyncStatus
impl Debug for MapAsyncStatus
Source§impl From<MapAsyncStatus> for c_uint
impl From<MapAsyncStatus> for c_uint
Source§fn from(value: MapAsyncStatus) -> Self
fn from(value: MapAsyncStatus) -> Self
Converts to this type from the input type.
Source§impl From<u32> for MapAsyncStatus
impl From<u32> for MapAsyncStatus
Source§impl Hash for MapAsyncStatus
impl Hash for MapAsyncStatus
Source§impl PartialEq for MapAsyncStatus
impl PartialEq for MapAsyncStatus
impl Copy for MapAsyncStatus
impl Eq for MapAsyncStatus
impl StructuralPartialEq for MapAsyncStatus
Auto Trait Implementations§
impl Freeze for MapAsyncStatus
impl RefUnwindSafe for MapAsyncStatus
impl Send for MapAsyncStatus
impl Sync for MapAsyncStatus
impl Unpin for MapAsyncStatus
impl UnsafeUnpin for MapAsyncStatus
impl UnwindSafe for MapAsyncStatus
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