pub struct LemmaBase;Expand description
LemmaBase registry: bound to https://lemmabase.com. Not configurable.
Trait Implementations§
Source§impl Registry for LemmaBase
impl Registry for LemmaBase
Source§fn fetch_for(&self, qualifier: &RepositoryQualifier) -> Result<Fetch, Error>
fn fetch_for(&self, qualifier: &RepositoryQualifier) -> Result<Fetch, Error>
Build the fetch request for an already-validated registry qualifier.
fn bundle_from( &self, name: &str, response: Result<HttpResponse, TransportFailure>, ) -> Result<RegistryBundle, RegistryError>
Auto Trait Implementations§
impl Freeze for LemmaBase
impl RefUnwindSafe for LemmaBase
impl Send for LemmaBase
impl Sync for LemmaBase
impl Unpin for LemmaBase
impl UnsafeUnpin for LemmaBase
impl UnwindSafe for LemmaBase
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