pub enum Anchor {
After,
Before,
}
Expand description
Where to paste (relative to cursor position)
Variants§
Trait Implementations§
source§impl PartialEq for Anchor
impl PartialEq for Anchor
impl Copy for Anchor
impl Eq for Anchor
impl StructuralEq for Anchor
impl StructuralPartialEq for Anchor
Auto Trait Implementations§
impl RefUnwindSafe for Anchor
impl Send for Anchor
impl Sync for Anchor
impl Unpin for Anchor
impl UnwindSafe for Anchor
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