pub struct ArchiveAssetParams {
pub api_key: String,
pub asset_id: u64,
}Fields§
§api_key: String§asset_id: u64Auto Trait Implementations§
impl Freeze for ArchiveAssetParams
impl RefUnwindSafe for ArchiveAssetParams
impl Send for ArchiveAssetParams
impl Sync for ArchiveAssetParams
impl Unpin for ArchiveAssetParams
impl UnwindSafe for ArchiveAssetParams
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