pub struct RepositoryInstallResult {
pub source: String,
pub id: String,
}Expand description
Result of Install: LemmaBase repository source text and normalized id.
Fields§
§source: String§id: StringTrait Implementations§
Source§impl Clone for RepositoryInstallResult
impl Clone for RepositoryInstallResult
Source§fn clone(&self) -> RepositoryInstallResult
fn clone(&self) -> RepositoryInstallResult
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 moreSource§impl Debug for RepositoryInstallResult
impl Debug for RepositoryInstallResult
Auto Trait Implementations§
impl Freeze for RepositoryInstallResult
impl RefUnwindSafe for RepositoryInstallResult
impl Send for RepositoryInstallResult
impl Sync for RepositoryInstallResult
impl Unpin for RepositoryInstallResult
impl UnsafeUnpin for RepositoryInstallResult
impl UnwindSafe for RepositoryInstallResult
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