pub enum SnsListSort {
Id,
Name,
}Expand description
SnsListSort
Report-model sort selector for deployed SNS listings.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SnsListSort
impl Clone for SnsListSort
Source§fn clone(&self) -> SnsListSort
fn clone(&self) -> SnsListSort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SnsListSort
Source§impl Debug for SnsListSort
impl Debug for SnsListSort
Source§impl Default for SnsListSort
impl Default for SnsListSort
Source§fn default() -> SnsListSort
fn default() -> SnsListSort
Returns the “default value” for a type. Read more
impl Eq for SnsListSort
Source§impl PartialEq for SnsListSort
impl PartialEq for SnsListSort
Source§fn eq(&self, other: &SnsListSort) -> bool
fn eq(&self, other: &SnsListSort) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SnsListSort
Auto Trait Implementations§
impl Freeze for SnsListSort
impl RefUnwindSafe for SnsListSort
impl Send for SnsListSort
impl Sync for SnsListSort
impl Unpin for SnsListSort
impl UnsafeUnpin for SnsListSort
impl UnwindSafe for SnsListSort
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