pub struct CodexAdapter;Trait Implementations§
Source§impl Debug for CodexAdapter
impl Debug for CodexAdapter
Source§impl Default for CodexAdapter
impl Default for CodexAdapter
Source§fn default() -> CodexAdapter
fn default() -> CodexAdapter
Returns the “default value” for a type. Read more
Source§impl ProviderAdapter for CodexAdapter
impl ProviderAdapter for CodexAdapter
fn id(&self) -> &'static str
fn version(&self) -> &'static str
fn provider(&self) -> &'static str
fn discover(&self) -> Vec<SourceLocation>
fn scan_candidates( &self, source: &SourceLocation, ) -> Result<Vec<ScanCandidateFile>>
fn probe_verified_source_state( &self, source: &SourceLocation, ) -> Result<Option<VerifiedSourceState>>
fn scan( &self, source: &SourceLocation, options: &ScanOptions, ) -> Result<AdapterScan>
Auto Trait Implementations§
impl Freeze for CodexAdapter
impl RefUnwindSafe for CodexAdapter
impl Send for CodexAdapter
impl Sync for CodexAdapter
impl Unpin for CodexAdapter
impl UnsafeUnpin for CodexAdapter
impl UnwindSafe for CodexAdapter
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