pub struct PlayerDeviceId(pub String);Expand description
Stable identifier for a device within a player chain.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for PlayerDeviceId
impl AsRef<str> for PlayerDeviceId
Source§impl Clone for PlayerDeviceId
impl Clone for PlayerDeviceId
Source§fn clone(&self) -> PlayerDeviceId
fn clone(&self) -> PlayerDeviceId
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 PlayerDeviceId
impl Debug for PlayerDeviceId
impl Eq for PlayerDeviceId
Source§impl Hash for PlayerDeviceId
impl Hash for PlayerDeviceId
Source§impl Ord for PlayerDeviceId
impl Ord for PlayerDeviceId
Source§fn cmp(&self, other: &PlayerDeviceId) -> Ordering
fn cmp(&self, other: &PlayerDeviceId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PlayerDeviceId
impl PartialEq for PlayerDeviceId
Source§impl PartialOrd for PlayerDeviceId
impl PartialOrd for PlayerDeviceId
impl StructuralPartialEq for PlayerDeviceId
Auto Trait Implementations§
impl Freeze for PlayerDeviceId
impl RefUnwindSafe for PlayerDeviceId
impl Send for PlayerDeviceId
impl Sync for PlayerDeviceId
impl Unpin for PlayerDeviceId
impl UnsafeUnpin for PlayerDeviceId
impl UnwindSafe for PlayerDeviceId
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