Struct MappingStatus
pub struct MappingStatus(/* private fields */);
Implementations§
§impl MappingStatus
impl MappingStatus
pub const SUCCESS: MappingStatus = _
pub const BUSY: MappingStatus = _
pub const FAILURE: MappingStatus = _
Trait Implementations§
§impl Clone for MappingStatus
impl Clone for MappingStatus
§fn clone(&self) -> MappingStatus
fn clone(&self) -> MappingStatus
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 more§impl Debug for MappingStatus
impl Debug for MappingStatus
§impl Default for MappingStatus
impl Default for MappingStatus
§fn default() -> MappingStatus
fn default() -> MappingStatus
Returns the “default value” for a type. Read more
§impl From<u8> for MappingStatus
impl From<u8> for MappingStatus
§fn from(value: u8) -> MappingStatus
fn from(value: u8) -> MappingStatus
Converts to this type from the input type.
§impl Hash for MappingStatus
impl Hash for MappingStatus
§impl Ord for MappingStatus
impl Ord for MappingStatus
§impl PartialEq for MappingStatus
impl PartialEq for MappingStatus
§impl PartialOrd for MappingStatus
impl PartialOrd for MappingStatus
impl Copy for MappingStatus
impl Eq for MappingStatus
impl StructuralPartialEq for MappingStatus
Auto Trait Implementations§
impl Freeze for MappingStatus
impl RefUnwindSafe for MappingStatus
impl Send for MappingStatus
impl Sync for MappingStatus
impl Unpin for MappingStatus
impl UnwindSafe for MappingStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)