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