pub struct HLineElement {
pub span: Span,
}Expand description
수평선 ––
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for HLineElement
impl Clone for HLineElement
Source§fn clone(&self) -> HLineElement
fn clone(&self) -> HLineElement
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 HLineElement
impl Debug for HLineElement
Auto Trait Implementations§
impl Freeze for HLineElement
impl RefUnwindSafe for HLineElement
impl Send for HLineElement
impl Sync for HLineElement
impl Unpin for HLineElement
impl UnwindSafe for HLineElement
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