pub enum SlotStoreError {
ConcurrentStore,
}Variants§
ConcurrentStore
Trait Implementations§
Source§impl Clone for SlotStoreError
impl Clone for SlotStoreError
Source§fn clone(&self) -> SlotStoreError
fn clone(&self) -> SlotStoreError
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 SlotStoreError
impl Debug for SlotStoreError
Source§impl Display for SlotStoreError
impl Display for SlotStoreError
Source§impl Hash for SlotStoreError
impl Hash for SlotStoreError
Source§impl Ord for SlotStoreError
impl Ord for SlotStoreError
Source§fn cmp(&self, other: &SlotStoreError) -> Ordering
fn cmp(&self, other: &SlotStoreError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SlotStoreError
impl PartialEq for SlotStoreError
Source§impl PartialOrd for SlotStoreError
impl PartialOrd for SlotStoreError
impl Copy for SlotStoreError
impl Eq for SlotStoreError
impl StructuralPartialEq for SlotStoreError
Auto Trait Implementations§
impl Freeze for SlotStoreError
impl RefUnwindSafe for SlotStoreError
impl Send for SlotStoreError
impl Sync for SlotStoreError
impl Unpin for SlotStoreError
impl UnwindSafe for SlotStoreError
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