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