Struct schema_org_constants::FalseIri
source · pub struct FalseIri;Trait Implementations§
source§impl PartialEq<&str> for FalseIri
impl PartialEq<&str> for FalseIri
Auto Trait Implementations§
impl Freeze for FalseIri
impl RefUnwindSafe for FalseIri
impl Send for FalseIri
impl Sync for FalseIri
impl Unpin for FalseIri
impl UnwindSafe for FalseIri
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