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