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