Struct open_feature::EvaluationOptions
source · pub struct EvaluationOptions {}Expand description
Contain hooks.
Auto Trait Implementations§
impl RefUnwindSafe for EvaluationOptions
impl Send for EvaluationOptions
impl Sync for EvaluationOptions
impl Unpin for EvaluationOptions
impl UnwindSafe for EvaluationOptions
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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