pub struct Append<U>(/* private fields */);Expand description
Append: current followed by update. Specialised for
Vec<U> where U: Clone + Send + Sync + 'static.
Implementations§
Trait Implementations§
impl<U: Copy> Copy for Append<U>
Auto Trait Implementations§
impl<U> Freeze for Append<U>
impl<U> RefUnwindSafe for Append<U>
impl<U> Send for Append<U>
impl<U> Sync for Append<U>
impl<U> Unpin for Append<U>
impl<U> UnsafeUnpin for Append<U>
impl<U> UnwindSafe for Append<U>
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