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