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