pub struct MetadataQueryOrderBy {
pub field_key: Option<String>,
pub direction: Option<OrderByDirection>,
}Fields§
§field_key: Option<String>§direction: Option<OrderByDirection>Trait Implementations§
Source§impl Clone for MetadataQueryOrderBy
impl Clone for MetadataQueryOrderBy
Source§fn clone(&self) -> MetadataQueryOrderBy
fn clone(&self) -> MetadataQueryOrderBy
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 moreSource§impl Debug for MetadataQueryOrderBy
impl Debug for MetadataQueryOrderBy
Source§impl<'de> Deserialize<'de> for MetadataQueryOrderBy
impl<'de> Deserialize<'de> for MetadataQueryOrderBy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MetadataQueryOrderBy
impl PartialEq for MetadataQueryOrderBy
Source§impl Serialize for MetadataQueryOrderBy
impl Serialize for MetadataQueryOrderBy
impl StructuralPartialEq for MetadataQueryOrderBy
Auto Trait Implementations§
impl Freeze for MetadataQueryOrderBy
impl RefUnwindSafe for MetadataQueryOrderBy
impl Send for MetadataQueryOrderBy
impl Sync for MetadataQueryOrderBy
impl Unpin for MetadataQueryOrderBy
impl UnsafeUnpin for MetadataQueryOrderBy
impl UnwindSafe for MetadataQueryOrderBy
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