pub enum TrimEdge {
Start,
End,
}Expand description
Which edge of a segment a EditOp::Trim moves.
Variants§
Trait Implementations§
impl Copy for TrimEdge
impl Eq for TrimEdge
impl StructuralPartialEq for TrimEdge
Auto Trait Implementations§
impl Freeze for TrimEdge
impl RefUnwindSafe for TrimEdge
impl Send for TrimEdge
impl Sync for TrimEdge
impl Unpin for TrimEdge
impl UnsafeUnpin for TrimEdge
impl UnwindSafe for TrimEdge
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