pub struct UserEventId(pub String);
Tuple Fields§
§0: String
Implementations§
Source§impl UserEventId
impl UserEventId
Trait Implementations§
Source§impl Clone for UserEventId
impl Clone for UserEventId
Source§fn clone(&self) -> UserEventId
fn clone(&self) -> UserEventId
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 UserEventId
impl Debug for UserEventId
Source§impl<'de> Deserialize<'de> for UserEventId
impl<'de> Deserialize<'de> for UserEventId
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 Display for UserEventId
impl Display for UserEventId
Source§impl From<String> for UserEventId
impl From<String> for UserEventId
Source§impl From<UserEventId> for String
impl From<UserEventId> for String
Source§fn from(outer: UserEventId) -> Self
fn from(outer: UserEventId) -> Self
Converts to this type from the input type.
Source§impl Hash for UserEventId
impl Hash for UserEventId
Source§impl PartialEq for UserEventId
impl PartialEq for UserEventId
impl Eq for UserEventId
impl StructuralPartialEq for UserEventId
Auto Trait Implementations§
impl Freeze for UserEventId
impl RefUnwindSafe for UserEventId
impl Send for UserEventId
impl Sync for UserEventId
impl Unpin for UserEventId
impl UnwindSafe for UserEventId
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