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