pub struct RegistryBundle {
pub repository: String,
pub source: String,
}Expand description
A bundle of Lemma source text returned by the Registry.
Contains one or more spec ... blocks as raw Lemma source code.
Fields§
§repository: String§source: StringTrait 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