Enum semilattice_database::UpdateOrNew
source · [−]pub enum UpdateOrNew {
New,
Update(u32),
}Variants
New
Update(u32)
Auto Trait Implementations
impl RefUnwindSafe for UpdateOrNew
impl Send for UpdateOrNew
impl Sync for UpdateOrNew
impl Unpin for UpdateOrNew
impl UnwindSafe for UpdateOrNew
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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