pub struct MetadataSortingField(/* private fields */);Trait Implementations§
Source§impl Clone for MetadataSortingField
impl Clone for MetadataSortingField
Source§fn clone(&self) -> MetadataSortingField
fn clone(&self) -> MetadataSortingField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetadataSortingField
impl Debug for MetadataSortingField
Source§impl PartialEq for MetadataSortingField
impl PartialEq for MetadataSortingField
Source§impl Serialize for MetadataSortingField
impl Serialize for MetadataSortingField
impl Eq for MetadataSortingField
impl StructuralPartialEq for MetadataSortingField
Auto Trait Implementations§
impl Freeze for MetadataSortingField
impl RefUnwindSafe for MetadataSortingField
impl Send for MetadataSortingField
impl Sync for MetadataSortingField
impl Unpin for MetadataSortingField
impl UnwindSafe for MetadataSortingField
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