pub struct ResolvedPagination {
pub page_size: String,
pub landscape: bool,
pub characters_per_line: f64,
pub lines_per_page: f64,
pub grid_mode: String,
pub margins: Margins,
pub page_numbers: PageNumbers,
}Fields§
§page_size: String§landscape: bool§characters_per_line: f64§lines_per_page: f64§grid_mode: String§margins: Margins§page_numbers: PageNumbersTrait Implementations§
Source§impl Clone for ResolvedPagination
impl Clone for ResolvedPagination
Source§fn clone(&self) -> ResolvedPagination
fn clone(&self) -> ResolvedPagination
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResolvedPagination
impl Debug for ResolvedPagination
Source§impl<'de> Deserialize<'de> for ResolvedPagination
impl<'de> Deserialize<'de> for ResolvedPagination
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ResolvedPagination
impl RefUnwindSafe for ResolvedPagination
impl Send for ResolvedPagination
impl Sync for ResolvedPagination
impl Unpin for ResolvedPagination
impl UnsafeUnpin for ResolvedPagination
impl UnwindSafe for ResolvedPagination
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