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