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