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