pub struct Uid { /* private fields */ }
Expand description
A plist uid
value. These are found exclusively in plists created by NSKeyedArchiver
.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Uid
impl<'de> Deserialize<'de> for Uid
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
impl Copy for Uid
impl Eq for Uid
impl StructuralEq for Uid
impl StructuralPartialEq for Uid
Auto Trait Implementations§
impl RefUnwindSafe for Uid
impl Send for Uid
impl Sync for Uid
impl Unpin for Uid
impl UnwindSafe for Uid
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.