enum Bookmark<Handle> {
    Replace(Handle),
    InsertAfter(Handle),
}Variants§
Auto Trait Implementations§
impl<Handle> Freeze for Bookmark<Handle>where
    Handle: Freeze,
impl<Handle> RefUnwindSafe for Bookmark<Handle>where
    Handle: RefUnwindSafe,
impl<Handle> Send for Bookmark<Handle>where
    Handle: Send,
impl<Handle> Sync for Bookmark<Handle>where
    Handle: Sync,
impl<Handle> Unpin for Bookmark<Handle>where
    Handle: Unpin,
impl<Handle> UnwindSafe for Bookmark<Handle>where
    Handle: UnwindSafe,
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