pub struct RowBreaks {
pub count: Option<u32>,
pub manual_break_count: Option<u32>,
pub brk: Vec<Break>,
}Expand description
Row page breaks container.
Fields§
§count: Option<u32>§manual_break_count: Option<u32>§brk: Vec<Break>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RowBreaks
impl<'de> Deserialize<'de> for RowBreaks
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
impl StructuralPartialEq for RowBreaks
Auto Trait Implementations§
impl Freeze for RowBreaks
impl RefUnwindSafe for RowBreaks
impl Send for RowBreaks
impl Sync for RowBreaks
impl Unpin for RowBreaks
impl UnwindSafe for RowBreaks
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