pub struct ParagraphBorder {
pub val: BorderType,
pub size: usize,
pub space: usize,
pub color: String,
/* private fields */
}
Fields§
§val: BorderType
§size: usize
§space: usize
§color: String
Implementations§
Trait Implementations§
Source§impl Clone for ParagraphBorder
impl Clone for ParagraphBorder
Source§fn clone(&self) -> ParagraphBorder
fn clone(&self) -> ParagraphBorder
Returns a copy 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 ParagraphBorder
impl Debug for ParagraphBorder
Source§impl PartialEq for ParagraphBorder
impl PartialEq for ParagraphBorder
Source§impl Serialize for ParagraphBorder
impl Serialize for ParagraphBorder
impl StructuralPartialEq for ParagraphBorder
Auto Trait Implementations§
impl Freeze for ParagraphBorder
impl RefUnwindSafe for ParagraphBorder
impl Send for ParagraphBorder
impl Sync for ParagraphBorder
impl Unpin for ParagraphBorder
impl UnwindSafe for ParagraphBorder
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