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