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