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