pub struct BeginsWithOperator { /* private fields */ }Expand description
BeginsWith operator (@beginsWith).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeginsWithOperator
impl RefUnwindSafe for BeginsWithOperator
impl Send for BeginsWithOperator
impl Sync for BeginsWithOperator
impl Unpin for BeginsWithOperator
impl UnwindSafe for BeginsWithOperator
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