pub struct Addition<VStore>{ /* private fields */ }Implementations§
Source§impl<VStore, Domain, Bound> Addition<VStore>where
VStore: VStoreConcept<Item = Domain>,
Domain: Collection<Item = Bound>,
impl<VStore, Domain, Bound> Addition<VStore>where
VStore: VStoreConcept<Item = Domain>,
Domain: Collection<Item = Bound>,
Trait Implementations§
Source§impl<VStore, Domain, Bound> DisplayStateful<Model> for Addition<VStore>
impl<VStore, Domain, Bound> DisplayStateful<Model> for Addition<VStore>
Source§impl<VStore, Domain, Bound> StoreMonotonicUpdate<VStore> for Addition<VStore>where
VStore: VStoreConcept<Item = Domain>,
Domain: Collection<Item = Bound> + Sub<Bound, Output = Domain>,
Bound: Clone,
impl<VStore, Domain, Bound> StoreMonotonicUpdate<VStore> for Addition<VStore>where
VStore: VStoreConcept<Item = Domain>,
Domain: Collection<Item = Bound> + Sub<Bound, Output = Domain>,
Bound: Clone,
fn update(&mut self, store: &mut VStore, value: Domain) -> bool
Source§impl<VStore, Domain, Bound> StoreRead<VStore> for Addition<VStore>where
VStore: VStoreConcept<Item = Domain>,
Domain: Collection<Item = Bound> + Add<Bound, Output = Domain>,
Bound: Clone,
impl<VStore, Domain, Bound> StoreRead<VStore> for Addition<VStore>where
VStore: VStoreConcept<Item = Domain>,
Domain: Collection<Item = Bound> + Add<Bound, Output = Domain>,
Bound: Clone,
Source§impl<VStore> ViewDependencies<FDEvent> for Addition<VStore>
impl<VStore> ViewDependencies<FDEvent> for Addition<VStore>
Auto Trait Implementations§
impl<VStore> Freeze for Addition<VStore>
impl<VStore> !RefUnwindSafe for Addition<VStore>
impl<VStore> !Send for Addition<VStore>
impl<VStore> !Sync for Addition<VStore>
impl<VStore> Unpin for Addition<VStore>
impl<VStore> !UnwindSafe for Addition<VStore>
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