#[derive(Clone, Debug, Default, Eq, PartialEq)]#[cfg_attr(
feature ="derive",derive(serde::Serialize, serde::Deserialize),serde(rename_all ="kebab-case"))]pubstructEnvelopeThreadConfig{/// Define the size of a page when threading envelopes.
////// A page size of 0 disables the pagination and shows all
/// available envelopes.
pubpage_size:Option<usize>,
}