pub struct WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles {
pub content_type: Option<String>,
pub created_at: Option<String>,
pub download_url: Option<String>,
pub id: Option<i64>,
pub md5: Option<String>,
pub name: Option<String>,
pub sha1: Option<String>,
pub sha256: Option<String>,
pub size: Option<i64>,
pub state: Option<String>,
pub updated_at: Option<String>,
}Fields§
§content_type: Option<String>§created_at: Option<String>§download_url: Option<String>§id: Option<i64>§md5: Option<String>§name: Option<String>§sha1: Option<String>§sha256: Option<String>§size: Option<i64>§state: Option<String>§updated_at: Option<String>Trait Implementations§
Source§impl Clone for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl Clone for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
Source§fn clone(
&self,
) -> WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
fn clone( &self, ) -> WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl Default for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
Source§fn default() -> WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
fn default() -> WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl<'de> Deserialize<'de> for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
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 WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl PartialEq for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
Source§fn eq(
&self,
other: &WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles,
) -> bool
fn eq( &self, other: &WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
Auto Trait Implementations§
impl Freeze for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl RefUnwindSafe for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl Send for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl Sync for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl Unpin for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
impl UnwindSafe for WebhookregistrypackagepublishedRegistryPackagePackageVersionPackageFiles
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