pub struct DevicePinnersOrder {
pub by: Option<OrderBy>,
pub direction: Option<DevicePinnersOrderDirection>,
}Fields§
§by: Option<OrderBy>§direction: Option<DevicePinnersOrderDirection>Trait Implementations§
Source§impl Clone for DevicePinnersOrder
impl Clone for DevicePinnersOrder
Source§fn clone(&self) -> DevicePinnersOrder
fn clone(&self) -> DevicePinnersOrder
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 DevicePinnersOrder
impl Debug for DevicePinnersOrder
Source§impl Default for DevicePinnersOrder
impl Default for DevicePinnersOrder
Source§fn default() -> DevicePinnersOrder
fn default() -> DevicePinnersOrder
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DevicePinnersOrder
impl<'de> Deserialize<'de> for DevicePinnersOrder
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 DevicePinnersOrder
impl PartialEq for DevicePinnersOrder
Source§impl Serialize for DevicePinnersOrder
impl Serialize for DevicePinnersOrder
impl StructuralPartialEq for DevicePinnersOrder
Auto Trait Implementations§
impl Freeze for DevicePinnersOrder
impl RefUnwindSafe for DevicePinnersOrder
impl Send for DevicePinnersOrder
impl Sync for DevicePinnersOrder
impl Unpin for DevicePinnersOrder
impl UnsafeUnpin for DevicePinnersOrder
impl UnwindSafe for DevicePinnersOrder
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