pub struct LineGroup<L: Line> {
pub name: String,
pub lines: Vec<L>,
}Fields§
§name: String§lines: Vec<L>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for LineGroup<L>
impl<L> RefUnwindSafe for LineGroup<L>where
L: RefUnwindSafe,
impl<L> Send for LineGroup<L>where
L: Send,
impl<L> Sync for LineGroup<L>where
L: Sync,
impl<L> Unpin for LineGroup<L>where
L: Unpin,
impl<L> UnwindSafe for LineGroup<L>where
L: UnwindSafe,
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