pub struct DDxElementIri;Trait Implementations§
Source§impl PartialEq<&str> for DDxElementIri
impl PartialEq<&str> for DDxElementIri
Source§impl PartialEq<DDxElementIri> for &str
impl PartialEq<DDxElementIri> for &str
Auto Trait Implementations§
impl Freeze for DDxElementIri
impl RefUnwindSafe for DDxElementIri
impl Send for DDxElementIri
impl Sync for DDxElementIri
impl Unpin for DDxElementIri
impl UnwindSafe for DDxElementIri
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