[][src]Type Definition graph_http::BlockingDownload

type BlockingDownload = DownloadClient<HttpClient<RefCell<BlockingClient>>, RefCell<DownloadRequest>>;

Implementations

impl BlockingDownload[src]

pub fn new(client: BlockingClient) -> BlockingDownload[src]

pub fn create_dir_all(&self, value: bool) -> &Self[src]

pub fn is_create_dir_all(&self) -> bool[src]

pub fn overwrite_existing_file(&self, value: bool) -> &Self[src]

pub fn is_overwrite_existing_file(&self) -> bool[src]

pub fn rename(&self, value: OsString) -> &Self[src]

pub fn set_extension(&self, value: &str) -> &Self[src]

pub fn set_dir<P: AsRef<Path>>(&self, path: P) -> &Self[src]

pub fn directory(&self) -> PathBuf[src]

pub fn file_name(&self) -> Option<OsString>[src]

pub fn extension(&self) -> Option<String>[src]

pub fn url(&self) -> GraphUrl[src]

pub fn format(&self, format: &str)[src]

pub fn send(self) -> GraphResult<PathBuf>[src]