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