pub struct DecodedSpecsResponse {
pub specs: SpecsResponse,
pub decompression_dict: Option<DictionaryDecoder>,
}
Fields§
§specs: SpecsResponse
§decompression_dict: Option<DictionaryDecoder>
Implementations§
Source§impl DecodedSpecsResponse
impl DecodedSpecsResponse
pub fn from_slice( response_slice: &[u8], decompression_dict: Option<&DictionaryDecoder>, ) -> Result<DecodedSpecsResponse, StatsigErr>
Auto Trait Implementations§
impl Freeze for DecodedSpecsResponse
impl !RefUnwindSafe for DecodedSpecsResponse
impl Send for DecodedSpecsResponse
impl Sync for DecodedSpecsResponse
impl Unpin for DecodedSpecsResponse
impl !UnwindSafe for DecodedSpecsResponse
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