Struct flagsmith_flag_engine::identities::Identity
source · [−]pub struct Identity {
pub identifier: String,
pub environment_api_key: String,
pub created_date: DateTime<Utc>,
pub identity_features: Vec<FeatureState>,
pub identity_traits: Vec<Trait>,
pub identity_uuid: String,
pub django_id: Option<u32>,
}Fields
identifier: Stringenvironment_api_key: Stringcreated_date: DateTime<Utc>identity_features: Vec<FeatureState>identity_traits: Vec<Trait>identity_uuid: Stringdjango_id: Option<u32>Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Identity
impl<'de> Deserialize<'de> for Identity
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl UnwindSafe for Identity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more