pub struct TranscriptPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for TranscriptPropertyIri
impl PartialEq<&str> for TranscriptPropertyIri
Source§impl PartialEq<TranscriptPropertyIri> for &str
impl PartialEq<TranscriptPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for TranscriptPropertyIri
impl RefUnwindSafe for TranscriptPropertyIri
impl Send for TranscriptPropertyIri
impl Sync for TranscriptPropertyIri
impl Unpin for TranscriptPropertyIri
impl UnwindSafe for TranscriptPropertyIri
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