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