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