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