pub struct ObservableUpdates<Item, Gap> { /* private fields */ }
Expand description
A collection of Update
s that can be observed.
Get a value for this type with LinkedChunk::updates
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Item, Gap> Freeze for ObservableUpdates<Item, Gap>
impl<Item, Gap> RefUnwindSafe for ObservableUpdates<Item, Gap>
impl<Item, Gap> Send for ObservableUpdates<Item, Gap>
impl<Item, Gap> Sync for ObservableUpdates<Item, Gap>
impl<Item, Gap> Unpin for ObservableUpdates<Item, Gap>
impl<Item, Gap> UnwindSafe for ObservableUpdates<Item, Gap>
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
Source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
Source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>