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