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