pub struct Sum<VStore> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<VStore> Clone for Sum<VStore>where
VStore: Collection,
impl<VStore> Clone for Sum<VStore>where
VStore: Collection,
Source§impl<VStore, Domain, Bound> StoreMonotonicUpdate<VStore> for Sum<VStore>
impl<VStore, Domain, Bound> StoreMonotonicUpdate<VStore> for Sum<VStore>
fn update(&mut self, store: &mut VStore, value: Domain) -> bool
Auto Trait Implementations§
impl<VStore> Freeze for Sum<VStore>
impl<VStore> !RefUnwindSafe for Sum<VStore>
impl<VStore> !Send for Sum<VStore>
impl<VStore> !Sync for Sum<VStore>
impl<VStore> Unpin for Sum<VStore>
impl<VStore> !UnwindSafe for Sum<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