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