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