pub struct RegistrySourceMetadata {Show 14 fields
pub provider: String,
pub repo: String,
pub repo_url: String,
pub skill_path: String,
pub profile_path: Option<String>,
pub ref: String,
pub sha: String,
pub default_branch: String,
pub event: String,
pub immutable: bool,
pub live: bool,
pub tombstoned: Option<bool>,
pub tag: Option<String>,
pub publisher_handle: Option<String>,
}Fields§
§provider: String§repo: String§repo_url: String§skill_path: String§profile_path: Option<String>§ref: String§sha: String§default_branch: String§event: String§immutable: bool§live: bool§tombstoned: Option<bool>§tag: Option<String>§publisher_handle: Option<String>Trait Implementations§
Source§impl Clone for RegistrySourceMetadata
impl Clone for RegistrySourceMetadata
Source§fn clone(&self) -> RegistrySourceMetadata
fn clone(&self) -> RegistrySourceMetadata
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 RegistrySourceMetadata
impl Debug for RegistrySourceMetadata
Source§impl<'de> Deserialize<'de> for RegistrySourceMetadata
impl<'de> Deserialize<'de> for RegistrySourceMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RegistrySourceMetadata
impl PartialEq for RegistrySourceMetadata
Source§fn eq(&self, other: &RegistrySourceMetadata) -> bool
fn eq(&self, other: &RegistrySourceMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RegistrySourceMetadata
impl Serialize for RegistrySourceMetadata
impl StructuralPartialEq for RegistrySourceMetadata
Auto Trait Implementations§
impl Freeze for RegistrySourceMetadata
impl RefUnwindSafe for RegistrySourceMetadata
impl Send for RegistrySourceMetadata
impl Sync for RegistrySourceMetadata
impl Unpin for RegistrySourceMetadata
impl UnsafeUnpin for RegistrySourceMetadata
impl UnwindSafe for RegistrySourceMetadata
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