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§
source§impl FlagDetail
impl FlagDetail
sourcepub fn populate(
&mut self,
store: &dyn DataStore,
context: &Context,
config: FlagDetailConfig,
)
pub fn populate( &mut self, store: &dyn DataStore, context: &Context, config: FlagDetailConfig, )
Populate the FlagDetail struct with the results of every flag found within the provided store, evaluated for the specified context.
Trait Implementations§
source§impl Clone for FlagDetail
impl Clone for FlagDetail
source§fn clone(&self) -> FlagDetail
fn clone(&self) -> FlagDetail
Returns a copy 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 FlagDetail
impl Debug for FlagDetail
Auto Trait Implementations§
impl Freeze for FlagDetail
impl RefUnwindSafe for FlagDetail
impl Send for FlagDetail
impl Sync for FlagDetail
impl Unpin for FlagDetail
impl UnwindSafe for FlagDetail
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)