pub struct ParseResults {
pub files: Vec<GitlabFile>,
pub nodes: Vec<GitlabElement>,
pub stages: Vec<GitlabElement>,
pub variables: Vec<GitlabElement>,
}
Fields§
§files: Vec<GitlabFile>
§nodes: Vec<GitlabElement>
§stages: Vec<GitlabElement>
§variables: Vec<GitlabElement>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseResults
impl RefUnwindSafe for ParseResults
impl Send for ParseResults
impl Sync for ParseResults
impl Unpin for ParseResults
impl UnwindSafe for ParseResults
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