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