pub struct DownloadInput {
pub id_or_url: String,
}Fields§
§id_or_url: StringAuto Trait Implementations§
impl Freeze for DownloadInput
impl RefUnwindSafe for DownloadInput
impl Send for DownloadInput
impl Sync for DownloadInput
impl Unpin for DownloadInput
impl UnwindSafe for DownloadInput
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