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