enum StringBoundaryPosType {
Start,
Middle,
End,
}Variants§
Auto Trait Implementations§
impl Freeze for StringBoundaryPosType
impl RefUnwindSafe for StringBoundaryPosType
impl Send for StringBoundaryPosType
impl Sync for StringBoundaryPosType
impl Unpin for StringBoundaryPosType
impl UnsafeUnpin for StringBoundaryPosType
impl UnwindSafe for StringBoundaryPosType
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