Struct jortestkit::github::Asset
source · pub struct Asset {
asset: AssetDto,
checksum: Option<(ChecksumType, AssetDto)>,
}
Fields§
§asset: AssetDto
§checksum: Option<(ChecksumType, AssetDto)>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Asset
impl Send for Asset
impl Sync for Asset
impl Unpin for Asset
impl UnwindSafe for Asset
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