pub struct DeviceBoundSessionEventId(pub String);Expand description
A unique identifier for a device bound session event. DeviceBoundSessionEventId
Tuple Fields§
§0: StringImplementations§
Source§impl DeviceBoundSessionEventId
impl DeviceBoundSessionEventId
pub const IDENTIFIER: &'static str = "Network.DeviceBoundSessionEventId"
Trait Implementations§
Source§impl AsRef<str> for DeviceBoundSessionEventId
impl AsRef<str> for DeviceBoundSessionEventId
Source§impl Borrow<str> for DeviceBoundSessionEventId
impl Borrow<str> for DeviceBoundSessionEventId
Source§impl Clone for DeviceBoundSessionEventId
impl Clone for DeviceBoundSessionEventId
Source§fn clone(&self) -> DeviceBoundSessionEventId
fn clone(&self) -> DeviceBoundSessionEventId
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 DeviceBoundSessionEventId
impl Debug for DeviceBoundSessionEventId
Source§impl Default for DeviceBoundSessionEventId
impl Default for DeviceBoundSessionEventId
Source§fn default() -> DeviceBoundSessionEventId
fn default() -> DeviceBoundSessionEventId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceBoundSessionEventId
impl<'de> Deserialize<'de> for DeviceBoundSessionEventId
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DeviceBoundSessionEventId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DeviceBoundSessionEventId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<DeviceBoundSessionEventId> for String
impl From<DeviceBoundSessionEventId> for String
Source§fn from(el: DeviceBoundSessionEventId) -> String
fn from(el: DeviceBoundSessionEventId) -> String
Converts to this type from the input type.
Source§impl From<String> for DeviceBoundSessionEventId
impl From<String> for DeviceBoundSessionEventId
Source§fn from(expr: String) -> DeviceBoundSessionEventId
fn from(expr: String) -> DeviceBoundSessionEventId
Converts to this type from the input type.
Source§impl Hash for DeviceBoundSessionEventId
impl Hash for DeviceBoundSessionEventId
Source§impl Serialize for DeviceBoundSessionEventId
impl Serialize for DeviceBoundSessionEventId
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for DeviceBoundSessionEventId
impl StructuralPartialEq for DeviceBoundSessionEventId
Auto Trait Implementations§
impl Freeze for DeviceBoundSessionEventId
impl RefUnwindSafe for DeviceBoundSessionEventId
impl Send for DeviceBoundSessionEventId
impl Sync for DeviceBoundSessionEventId
impl Unpin for DeviceBoundSessionEventId
impl UnwindSafe for DeviceBoundSessionEventId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.