pub struct MobileClickInfo {
pub selector: String,
pub note: String,
pub session_id: String,
}Fields§
§selector: String§note: String§session_id: StringTrait Implementations§
Source§impl Clone for MobileClickInfo
impl Clone for MobileClickInfo
Source§fn clone(&self) -> MobileClickInfo
fn clone(&self) -> MobileClickInfo
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 MobileClickInfo
impl Debug for MobileClickInfo
Source§impl<'de> Deserialize<'de> for MobileClickInfo
impl<'de> Deserialize<'de> for MobileClickInfo
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 MobileClickInfo
Source§impl PartialEq for MobileClickInfo
impl PartialEq for MobileClickInfo
Source§impl Serialize for MobileClickInfo
impl Serialize for MobileClickInfo
impl StructuralPartialEq for MobileClickInfo
Auto Trait Implementations§
impl Freeze for MobileClickInfo
impl RefUnwindSafe for MobileClickInfo
impl Send for MobileClickInfo
impl Sync for MobileClickInfo
impl Unpin for MobileClickInfo
impl UnsafeUnpin for MobileClickInfo
impl UnwindSafe for MobileClickInfo
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