pub struct AsVector<Item, Gap> { /* private fields */ }
Expand description
A type that transforms a Vec<Update<Item, Gap>>
(given by
ObservableUpdates::take
) into a
Vec<VectorDiff<Item>>
(this type). Basically, it helps to consume a
LinkedChunk<CAP, Item, Gap>
as if it was an
eyeball_im::ObservableVector<Item>
.
Implementations§
Source§impl<Item, Gap> AsVector<Item, Gap>
impl<Item, Gap> AsVector<Item, Gap>
Sourcepub fn take(&mut self) -> Vec<VectorDiff<Item>>where
Item: Clone,
pub fn take(&mut self) -> Vec<VectorDiff<Item>>where
Item: Clone,
Take the new updates as VectorDiff
.
It returns an empty Vec
if there is no new VectorDiff
for the
moment.
Trait Implementations§
Auto Trait Implementations§
impl<Item, Gap> Freeze for AsVector<Item, Gap>
impl<Item, Gap> RefUnwindSafe for AsVector<Item, Gap>
impl<Item, Gap> Send for AsVector<Item, Gap>
impl<Item, Gap> Sync for AsVector<Item, Gap>
impl<Item, Gap> Unpin for AsVector<Item, Gap>
impl<Item, Gap> UnwindSafe for AsVector<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<>