pub struct LikeExpr { /* private fields */ }
Expand description
Like Expression
Implementations
Trait Implementations
sourceimpl IntoLikeExpr for LikeExpr
impl IntoLikeExpr for LikeExpr
fn into_like_expr(self) -> LikeExpr
Auto Trait Implementations
impl RefUnwindSafe for LikeExpr
impl Send for LikeExpr
impl Sync for LikeExpr
impl Unpin for LikeExpr
impl UnwindSafe for LikeExpr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more