pub struct CodexProvider;Trait Implementations§
Source§impl Debug for CodexProvider
impl Debug for CodexProvider
Source§impl Default for CodexProvider
impl Default for CodexProvider
Source§fn default() -> CodexProvider
fn default() -> CodexProvider
Returns the “default value” for a type. Read more
Source§impl Provider for CodexProvider
impl Provider for CodexProvider
fn id(&self) -> ProviderId
fn discover(&self, env: &HostEnv) -> Result<Option<DataLocation>, ProviderError>
fn parse_usage( &self, loc: &DataLocation, ) -> Result<Vec<UsageEvent>, ProviderError>
fn parse_limits( &self, loc: &DataLocation, ) -> Result<Vec<LimitWindow>, ProviderError>
Auto Trait Implementations§
impl Freeze for CodexProvider
impl RefUnwindSafe for CodexProvider
impl Send for CodexProvider
impl Sync for CodexProvider
impl Unpin for CodexProvider
impl UnsafeUnpin for CodexProvider
impl UnwindSafe for CodexProvider
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