Struct schema_org_constants::MathSolverIri
source · pub struct MathSolverIri;Trait Implementations§
source§impl PartialEq<&str> for MathSolverIri
impl PartialEq<&str> for MathSolverIri
source§impl PartialEq<MathSolverIri> for &str
impl PartialEq<MathSolverIri> for &str
source§fn eq(&self, other: &MathSolverIri) -> bool
fn eq(&self, other: &MathSolverIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for MathSolverIri
impl RefUnwindSafe for MathSolverIri
impl Send for MathSolverIri
impl Sync for MathSolverIri
impl Unpin for MathSolverIri
impl UnwindSafe for MathSolverIri
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