pub struct MapLine {
pub id: Option<String>,
pub raw_line: RawLine,
}Fields§
§id: Option<String>§raw_line: RawLineImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapLine
impl RefUnwindSafe for MapLine
impl Send for MapLine
impl Sync for MapLine
impl Unpin for MapLine
impl UnwindSafe for MapLine
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