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