pub struct ColumnBreaks { /* private fields */ }Implementations§
Source§impl ColumnBreaks
impl ColumnBreaks
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§
Source§impl Clone for ColumnBreaks
impl Clone for ColumnBreaks
Source§fn clone(&self) -> ColumnBreaks
fn clone(&self) -> ColumnBreaks
Returns a duplicate 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 Debug for ColumnBreaks
impl Debug for ColumnBreaks
Source§impl Default for ColumnBreaks
impl Default for ColumnBreaks
Source§fn default() -> ColumnBreaks
fn default() -> ColumnBreaks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColumnBreaks
impl RefUnwindSafe for ColumnBreaks
impl Send for ColumnBreaks
impl Sync for ColumnBreaks
impl Unpin for ColumnBreaks
impl UnwindSafe for ColumnBreaks
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