pub struct SoftPageBreak { /* private fields */ }Expand description
$literal
Implementations§
Trait Implementations§
Source§impl Debug for SoftPageBreak
impl Debug for SoftPageBreak
Source§impl Default for SoftPageBreak
impl Default for SoftPageBreak
Source§impl Display for SoftPageBreak
impl Display for SoftPageBreak
Source§impl From<SoftPageBreak> for XmlTag
impl From<SoftPageBreak> for XmlTag
Source§fn from(t: SoftPageBreak) -> XmlTag
fn from(t: SoftPageBreak) -> XmlTag
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SoftPageBreak
impl RefUnwindSafe for SoftPageBreak
impl Send for SoftPageBreak
impl Sync for SoftPageBreak
impl Unpin for SoftPageBreak
impl UnwindSafe for SoftPageBreak
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