pub struct RegistryBundle {
pub lemma_source: String,
pub source_type: SourceType,
}Expand description
A bundle of Lemma source text returned by the Registry.
Contains one or more spec ... blocks as raw Lemma source code.
Fields§
§lemma_source: StringLemma source containing one or more spec ... blocks.
source_type: SourceTypeSource identifier used for diagnostics and explanations
Trait Implementations§
Source§impl Clone for RegistryBundle
impl Clone for RegistryBundle
Source§fn clone(&self) -> RegistryBundle
fn clone(&self) -> RegistryBundle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RegistryBundle
impl RefUnwindSafe for RegistryBundle
impl Send for RegistryBundle
impl Sync for RegistryBundle
impl Unpin for RegistryBundle
impl UnsafeUnpin for RegistryBundle
impl UnwindSafe for RegistryBundle
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