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