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