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