#[non_exhaustive]pub struct DefaultPaginatedLayoutConfiguration { /* private fields */ }
Expand description
The options that determine the default settings for a paginated layout configuration.
Implementations§
source§impl DefaultPaginatedLayoutConfiguration
impl DefaultPaginatedLayoutConfiguration
sourcepub fn section_based(&self) -> Option<&DefaultSectionBasedLayoutConfiguration>
pub fn section_based(&self) -> Option<&DefaultSectionBasedLayoutConfiguration>
The options that determine the default settings for a section-based layout configuration.
source§impl DefaultPaginatedLayoutConfiguration
impl DefaultPaginatedLayoutConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefaultPaginatedLayoutConfiguration
.
Trait Implementations§
source§impl Clone for DefaultPaginatedLayoutConfiguration
impl Clone for DefaultPaginatedLayoutConfiguration
source§fn clone(&self) -> DefaultPaginatedLayoutConfiguration
fn clone(&self) -> DefaultPaginatedLayoutConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DefaultPaginatedLayoutConfiguration> for DefaultPaginatedLayoutConfiguration
impl PartialEq<DefaultPaginatedLayoutConfiguration> for DefaultPaginatedLayoutConfiguration
source§fn eq(&self, other: &DefaultPaginatedLayoutConfiguration) -> bool
fn eq(&self, other: &DefaultPaginatedLayoutConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.