pub struct NullSchemaFetcher;Trait Implementations§
Source§impl SchemaFetcher for NullSchemaFetcher
impl SchemaFetcher for NullSchemaFetcher
fn fetch_schema<'life0, 'async_trait>(
&'life0 self,
_service: AccountNumber,
) -> Pin<Box<dyn Future<Output = Result<Schema, Error>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for NullSchemaFetcher
impl RefUnwindSafe for NullSchemaFetcher
impl Send for NullSchemaFetcher
impl Sync for NullSchemaFetcher
impl Unpin for NullSchemaFetcher
impl UnsafeUnpin for NullSchemaFetcher
impl UnwindSafe for NullSchemaFetcher
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