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