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