pub struct IdentifyProperties {
pub set: PersonProperties,
pub set_once: PersonProperties,
}Fields§
§set: PersonProperties§set_once: PersonPropertiesTrait Implementations§
Source§impl Debug for IdentifyProperties
impl Debug for IdentifyProperties
Source§impl Default for IdentifyProperties
impl Default for IdentifyProperties
Source§fn default() -> IdentifyProperties
fn default() -> IdentifyProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IdentifyProperties
impl RefUnwindSafe for IdentifyProperties
impl Send for IdentifyProperties
impl Sync for IdentifyProperties
impl Unpin for IdentifyProperties
impl UnsafeUnpin for IdentifyProperties
impl UnwindSafe for IdentifyProperties
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