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