Struct launchdarkly_server_sdk::FlagDetail
source · [−]pub struct FlagDetail { /* private fields */ }
Expand description
FlagDetail is a snapshot of the state of multiple feature flags with regard to a specific user. This is the return type of crate::Client::all_flags_detail.
Serializing this object to JSON will produce the appropriate data structure for bootstrapping the LaunchDarkly JavaScript client.
Implementations
Populate the FlagDetail struct with the results of every flag found within the provided store, evaluated for the specified user.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FlagDetail
impl Send for FlagDetail
impl Sync for FlagDetail
impl Unpin for FlagDetail
impl UnwindSafe for FlagDetail
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more