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