pub struct WindowsDevice {
pub id: String,
pub id_type: IdType,
}
Fields§
§id: String
§id_type: IdType
Trait Implementations§
Source§impl Clone for WindowsDevice
impl Clone for WindowsDevice
Source§fn clone(&self) -> WindowsDevice
fn clone(&self) -> WindowsDevice
Returns a duplicate of the value. Read more
1.0.0 · 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 WindowsDevice
impl Debug for WindowsDevice
Source§impl<'de> Deserialize<'de> for WindowsDevice
impl<'de> Deserialize<'de> for WindowsDevice
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 WindowsDevice
impl PartialEq for WindowsDevice
Source§impl Serialize for WindowsDevice
impl Serialize for WindowsDevice
impl StructuralPartialEq for WindowsDevice
Auto Trait Implementations§
impl Freeze for WindowsDevice
impl RefUnwindSafe for WindowsDevice
impl Send for WindowsDevice
impl Sync for WindowsDevice
impl Unpin for WindowsDevice
impl UnwindSafe for WindowsDevice
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