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