pub struct PersonaId(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PersonaId
impl<'de> Deserialize<'de> for PersonaId
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 Eq for PersonaId
impl StructuralPartialEq for PersonaId
Auto Trait Implementations§
impl Freeze for PersonaId
impl RefUnwindSafe for PersonaId
impl Send for PersonaId
impl Sync for PersonaId
impl Unpin for PersonaId
impl UnsafeUnpin for PersonaId
impl UnwindSafe for PersonaId
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