pub struct GhaParser;Expand description
GitHub Actions workflow parser.
Trait Implementations§
Source§impl PipelineParser for GhaParser
impl PipelineParser for GhaParser
fn platform(&self) -> &str
fn parse( &self, content: &str, source: &PipelineSource, ) -> Result<AuthorityGraph, TauditError>
Auto Trait Implementations§
impl Freeze for GhaParser
impl RefUnwindSafe for GhaParser
impl Send for GhaParser
impl Sync for GhaParser
impl Unpin for GhaParser
impl UnsafeUnpin for GhaParser
impl UnwindSafe for GhaParser
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