Struct aws_sdk_connectcases::model::Sort
source · [−]#[non_exhaustive]pub struct Sort { /* private fields */ }
Expand description
A structured set of sort terms.
Implementations
Trait Implementations
impl StructuralPartialEq for Sort
Auto Trait Implementations
impl RefUnwindSafe for Sort
impl Send for Sort
impl Sync for Sort
impl Unpin for Sort
impl UnwindSafe for Sort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more