pub struct Outline {
pub line_with: Option<isize>,
pub cap: Option<CapType>,
pub cmpd: Option<CompoundLineType>,
pub algn: Option<PenAlignment>,
pub content: Vec<OutlineChoice>,
}
Fields§
§line_with: Option<isize>
§cap: Option<CapType>
§cmpd: Option<CompoundLineType>
§algn: Option<PenAlignment>
§content: Vec<OutlineChoice>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Outline
impl RefUnwindSafe for Outline
impl Send for Outline
impl Sync for Outline
impl Unpin for Outline
impl UnwindSafe for Outline
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