pub enum StoreType {
Replace,
Add,
Remove,
}Variants
Replace
Add
Remove
Trait Implementations
impl Copy for StoreType
impl Eq for StoreType
impl StructuralEq for StoreType
impl StructuralPartialEq for StoreType
Auto Trait Implementations
impl RefUnwindSafe for StoreType
impl Send for StoreType
impl Sync for StoreType
impl Unpin for StoreType
impl UnwindSafe for StoreType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more