pub struct SpliceDel<'a, C: ColumnCursor> { /* private fields */ }Auto Trait Implementations§
impl<'a, C> Freeze for SpliceDel<'a, C>
impl<'a, C> RefUnwindSafe for SpliceDel<'a, C>where
C: RefUnwindSafe,
<<C as ColumnCursor>::Item as ToOwned>::Owned: RefUnwindSafe,
<C as ColumnCursor>::Item: RefUnwindSafe,
impl<'a, C> Send for SpliceDel<'a, C>where
C: Send,
<<C as ColumnCursor>::Item as ToOwned>::Owned: Send,
<C as ColumnCursor>::Item: Sync,
impl<'a, C> Sync for SpliceDel<'a, C>where
C: Sync,
<<C as ColumnCursor>::Item as ToOwned>::Owned: Sync,
<C as ColumnCursor>::Item: Sync,
impl<'a, C> Unpin for SpliceDel<'a, C>
impl<'a, C> UnwindSafe for SpliceDel<'a, C>where
C: UnwindSafe,
<<C as ColumnCursor>::Item as ToOwned>::Owned: UnwindSafe,
<C as ColumnCursor>::Item: RefUnwindSafe,
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