pub struct DeviceTag {
pub id: EntityId,
pub name: String,
}Fields§
§id: EntityId§name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for DeviceTag
impl<'de> Deserialize<'de> for DeviceTag
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
Auto Trait Implementations§
impl Freeze for DeviceTag
impl RefUnwindSafe for DeviceTag
impl Send for DeviceTag
impl Sync for DeviceTag
impl Unpin for DeviceTag
impl UnsafeUnpin for DeviceTag
impl UnwindSafe for DeviceTag
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