pub struct AgentDeviceId {
pub id: Option<String>,
}Expand description
Third-party device ID for one device.
This type is not used in any activity, and only used as part of another schema.
Fields§
§id: Option<String>Third-party device ID.
Trait Implementations§
Source§impl Clone for AgentDeviceId
impl Clone for AgentDeviceId
Source§fn clone(&self) -> AgentDeviceId
fn clone(&self) -> AgentDeviceId
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 AgentDeviceId
impl Debug for AgentDeviceId
Source§impl Default for AgentDeviceId
impl Default for AgentDeviceId
Source§fn default() -> AgentDeviceId
fn default() -> AgentDeviceId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentDeviceId
impl<'de> Deserialize<'de> for AgentDeviceId
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 Serialize for AgentDeviceId
impl Serialize for AgentDeviceId
impl Part for AgentDeviceId
Auto Trait Implementations§
impl Freeze for AgentDeviceId
impl RefUnwindSafe for AgentDeviceId
impl Send for AgentDeviceId
impl Sync for AgentDeviceId
impl Unpin for AgentDeviceId
impl UnwindSafe for AgentDeviceId
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