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