Struct github_webhook::payload_types::RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo
source · pub struct RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a> {
pub type_: &'a str,
pub oid: &'a str,
pub mode: usize,
pub name: &'a str,
pub path: &'a str,
pub size: Option<usize>,
pub collection: Option<bool>,
}
Fields§
§type_: &'a str
§oid: &'a str
§mode: usize
§name: &'a str
§path: &'a str
§size: Option<usize>
§collection: Option<bool>
Trait Implementations§
source§impl<'de: 'a, 'a> Deserialize<'de> for RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a>
impl<'de: 'a, 'a> Deserialize<'de> for RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a>
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
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a>
impl<'a> Send for RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a>
impl<'a> Sync for RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a>
impl<'a> Unpin for RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a>
impl<'a> UnwindSafe for RegistryPackageUpdatedEventRegistryPackagePackageVersionBodyInfo<'a>
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