pub struct SoftBreakElement {
pub span: Span,
}Expand description
소프트 브레이크 (줄바꿈)
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for SoftBreakElement
impl Clone for SoftBreakElement
Source§fn clone(&self) -> SoftBreakElement
fn clone(&self) -> SoftBreakElement
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 SoftBreakElement
impl Debug for SoftBreakElement
Auto Trait Implementations§
impl Freeze for SoftBreakElement
impl RefUnwindSafe for SoftBreakElement
impl Send for SoftBreakElement
impl Sync for SoftBreakElement
impl Unpin for SoftBreakElement
impl UnwindSafe for SoftBreakElement
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