Struct schema_org_constants::WebApiIri
source · pub struct WebApiIri;Trait Implementations§
source§impl PartialEq<&str> for WebApiIri
impl PartialEq<&str> for WebApiIri
Auto Trait Implementations§
impl Freeze for WebApiIri
impl RefUnwindSafe for WebApiIri
impl Send for WebApiIri
impl Sync for WebApiIri
impl Unpin for WebApiIri
impl UnwindSafe for WebApiIri
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