pub struct RowBreaks { /* private fields */ }Implementations§
Source§impl RowBreaks
impl RowBreaks
pub fn get_break_list(&self) -> &[Break]
pub fn get_break_list_mut(&mut self) -> &mut ThinVec<Break>
pub fn add_break_list(&mut self, value: Break) -> &mut Self
Trait Implementations§
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