pub struct Expectations {
pub encoded_output_data_size: usize,
pub decoded_output_data_size: usize,
pub format_details: FormatDetails,
}
Fields§
§encoded_output_data_size: usize
§decoded_output_data_size: usize
§format_details: FormatDetails
Auto Trait Implementations§
impl Freeze for Expectations
impl RefUnwindSafe for Expectations
impl Send for Expectations
impl Sync for Expectations
impl Unpin for Expectations
impl UnwindSafe for Expectations
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