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