pub struct DeleteAllUserHwidDevicesData {
pub total: usize,
pub devices: Vec<HwidDeviceDto>,
}Fields§
§total: usize§devices: Vec<HwidDeviceDto>Trait Implementations§
Source§impl Clone for DeleteAllUserHwidDevicesData
impl Clone for DeleteAllUserHwidDevicesData
Source§fn clone(&self) -> DeleteAllUserHwidDevicesData
fn clone(&self) -> DeleteAllUserHwidDevicesData
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 DeleteAllUserHwidDevicesData
impl Debug for DeleteAllUserHwidDevicesData
Source§impl<'de> Deserialize<'de> for DeleteAllUserHwidDevicesData
impl<'de> Deserialize<'de> for DeleteAllUserHwidDevicesData
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
impl Eq for DeleteAllUserHwidDevicesData
impl StructuralPartialEq for DeleteAllUserHwidDevicesData
Auto Trait Implementations§
impl Freeze for DeleteAllUserHwidDevicesData
impl RefUnwindSafe for DeleteAllUserHwidDevicesData
impl Send for DeleteAllUserHwidDevicesData
impl Sync for DeleteAllUserHwidDevicesData
impl Unpin for DeleteAllUserHwidDevicesData
impl UnsafeUnpin for DeleteAllUserHwidDevicesData
impl UnwindSafe for DeleteAllUserHwidDevicesData
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