pub enum GrowthbookErrorCode {
GenericError,
SerdeDeserialize,
ParseError,
DurationOutOfRangeError,
MissingEnvironmentVariable,
GrowthbookGateway,
GrowthbookGatewayDeserialize,
InvalidResponseValueType,
GrowthBookAttributeIsNotObject,
}
Variants§
GenericError
SerdeDeserialize
ParseError
DurationOutOfRangeError
MissingEnvironmentVariable
GrowthbookGateway
GrowthbookGatewayDeserialize
InvalidResponseValueType
GrowthBookAttributeIsNotObject
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GrowthbookErrorCode
impl RefUnwindSafe for GrowthbookErrorCode
impl Send for GrowthbookErrorCode
impl Sync for GrowthbookErrorCode
impl Unpin for GrowthbookErrorCode
impl UnwindSafe for GrowthbookErrorCode
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