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