pub struct GemlFile {
pub gemls: Vec<Geml>,
pub metadata: Metadata,
}Fields§
§gemls: Vec<Geml>§metadata: MetadataImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GemlFile
impl RefUnwindSafe for GemlFile
impl Send for GemlFile
impl Sync for GemlFile
impl Unpin for GemlFile
impl UnwindSafe for GemlFile
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