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