pub struct GridSection {
pub lines: Vec<Line>,
}
Fields§
§lines: Vec<Line>
Trait Implementations§
Source§impl Debug for GridSection
impl Debug for GridSection
Source§impl<'de> Deserialize<'de> for GridSection
impl<'de> Deserialize<'de> for GridSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GridSection
impl RefUnwindSafe for GridSection
impl Send for GridSection
impl Sync for GridSection
impl Unpin for GridSection
impl UnwindSafe for GridSection
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