Enum icu_segmenter::line::StringBoundaryPosType
source · 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 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