pub struct Break { /* private fields */ }Implementations§
Source§impl Break
impl Break
pub fn get_id(&self) -> &u32
pub fn set_id(&mut self, value: u32) -> &mut Self
pub fn get_max(&self) -> &u32
pub fn set_max(&mut self, value: u32) -> &mut Self
pub fn get_manual_page_break(&self) -> &bool
pub fn set_manual_page_break(&mut self, value: bool) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Break
impl RefUnwindSafe for Break
impl Send for Break
impl Sync for Break
impl Unpin for Break
impl UnwindSafe for Break
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