pub enum BoundaryType {
Begin,
End,
}Expand description
Which boundary to process
Variants§
Auto Trait Implementations§
impl Freeze for BoundaryType
impl RefUnwindSafe for BoundaryType
impl Send for BoundaryType
impl Sync for BoundaryType
impl Unpin for BoundaryType
impl UnwindSafe for BoundaryType
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