pub struct HardBreakElement {
pub span: Span,
}Expand description
하드 브레이크 [br]
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for HardBreakElement
impl Clone for HardBreakElement
Source§fn clone(&self) -> HardBreakElement
fn clone(&self) -> HardBreakElement
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 HardBreakElement
impl Debug for HardBreakElement
Auto Trait Implementations§
impl Freeze for HardBreakElement
impl RefUnwindSafe for HardBreakElement
impl Send for HardBreakElement
impl Sync for HardBreakElement
impl Unpin for HardBreakElement
impl UnwindSafe for HardBreakElement
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