pub enum InsertAt {
Start,
End,
}Expand description
Where to insert a block relative to existing content, for insert_block.
Variants§
Trait Implementations§
impl Copy for InsertAt
impl Eq for InsertAt
impl StructuralPartialEq for InsertAt
Auto Trait Implementations§
impl Freeze for InsertAt
impl RefUnwindSafe for InsertAt
impl Send for InsertAt
impl Sync for InsertAt
impl Unpin for InsertAt
impl UnsafeUnpin for InsertAt
impl UnwindSafe for InsertAt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.