pub enum StoreOutcome {
Added,
Replaced,
}Expand description
What store did with a name that may or may not have been in the bank.
Variants§
Trait Implementations§
Source§impl Clone for StoreOutcome
impl Clone for StoreOutcome
Source§fn clone(&self) -> StoreOutcome
fn clone(&self) -> StoreOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StoreOutcome
Source§impl Debug for StoreOutcome
impl Debug for StoreOutcome
impl Eq for StoreOutcome
Source§impl PartialEq for StoreOutcome
impl PartialEq for StoreOutcome
impl StructuralPartialEq for StoreOutcome
Auto Trait Implementations§
impl Freeze for StoreOutcome
impl RefUnwindSafe for StoreOutcome
impl Send for StoreOutcome
impl Sync for StoreOutcome
impl Unpin for StoreOutcome
impl UnsafeUnpin for StoreOutcome
impl UnwindSafe for StoreOutcome
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