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§
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