Struct google_datastore1::PropertyOrder [−][src]
pub struct PropertyOrder {
pub direction: Option<String>,
pub property: Option<PropertyReference>,
}The desired order for a specific property.
This type is not used in any activity, and only used as part of another schema.
Fields
direction: Option<String>
The direction to order by. Defaults to ASCENDING.
property: Option<PropertyReference>
The property to order by.
Trait Implementations
impl Default for PropertyOrder[src]
impl Default for PropertyOrderfn default() -> PropertyOrder[src]
fn default() -> PropertyOrderReturns the "default value" for a type. Read more
impl Clone for PropertyOrder[src]
impl Clone for PropertyOrderfn clone(&self) -> PropertyOrder[src]
fn clone(&self) -> PropertyOrderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PropertyOrder[src]
impl Debug for PropertyOrderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for PropertyOrder[src]
impl Part for PropertyOrderAuto Trait Implementations
impl Send for PropertyOrder
impl Send for PropertyOrderimpl Sync for PropertyOrder
impl Sync for PropertyOrder