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