pub enum TextOp {
Eq,
Contains,
StartsWith,
EndsWith,
}Expand description
TextOp
Variants§
Trait Implementations§
impl Copy for TextOp
impl Eq for TextOp
impl StructuralPartialEq for TextOp
Auto Trait Implementations§
impl Freeze for TextOp
impl RefUnwindSafe for TextOp
impl Send for TextOp
impl Sync for TextOp
impl Unpin for TextOp
impl UnsafeUnpin for TextOp
impl UnwindSafe for TextOp
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