pub struct GetRequest {
pub url: String,
pub out: Option<PathBuf>,
pub pin: Option<String>,
}Expand description
What to fetch: a share link (and, if the gate demands one, a pin).
Fields§
§url: String§out: Option<PathBuf>§pin: Option<String>Auto Trait Implementations§
impl Freeze for GetRequest
impl RefUnwindSafe for GetRequest
impl Send for GetRequest
impl Sync for GetRequest
impl Unpin for GetRequest
impl UnsafeUnpin for GetRequest
impl UnwindSafe for GetRequest
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