pub struct ReturnMethodPropertyIri;Trait Implementations§
source§impl PartialEq<&str> for ReturnMethodPropertyIri
impl PartialEq<&str> for ReturnMethodPropertyIri
source§impl PartialEq<ReturnMethodPropertyIri> for &str
impl PartialEq<ReturnMethodPropertyIri> for &str
source§fn eq(&self, other: &ReturnMethodPropertyIri) -> bool
fn eq(&self, other: &ReturnMethodPropertyIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for ReturnMethodPropertyIri
impl RefUnwindSafe for ReturnMethodPropertyIri
impl Send for ReturnMethodPropertyIri
impl Sync for ReturnMethodPropertyIri
impl Unpin for ReturnMethodPropertyIri
impl UnwindSafe for ReturnMethodPropertyIri
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