pub struct GCIRFormatter;Implementations§
Source§impl GCIRFormatter
impl GCIRFormatter
pub fn generate_v1_format( context: &mut EvaluatorContext<'_>, options: &ClientInitResponseOptions, ) -> Result<InitializeResponse, StatsigErr>
pub fn generate_v2_format( context: &mut EvaluatorContext<'_>, options: &ClientInitResponseOptions, ) -> Result<InitializeEvaluationsResponse, StatsigErr>
Auto Trait Implementations§
impl Freeze for GCIRFormatter
impl RefUnwindSafe for GCIRFormatter
impl Send for GCIRFormatter
impl Sync for GCIRFormatter
impl Unpin for GCIRFormatter
impl UnwindSafe for GCIRFormatter
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