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