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