pub struct MathExpressionPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for MathExpressionPropertyIri
impl PartialEq<&str> for MathExpressionPropertyIri
Source§impl PartialEq<MathExpressionPropertyIri> for &str
impl PartialEq<MathExpressionPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for MathExpressionPropertyIri
impl RefUnwindSafe for MathExpressionPropertyIri
impl Send for MathExpressionPropertyIri
impl Sync for MathExpressionPropertyIri
impl Unpin for MathExpressionPropertyIri
impl UnwindSafe for MathExpressionPropertyIri
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