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