pub struct FileContentRequest {
pub key: String,
/* private fields */
}Expand description
File content request (GET /paas/v4/files/{file_id}/content)
Fields§
§key: StringImplementations§
Trait Implementations§
Source§impl HttpClient for FileContentRequest
impl HttpClient for FileContentRequest
type Body = ()
type ApiUrl = String
type ApiKey = String
fn api_url(&self) -> &Self::ApiUrl
fn api_key(&self) -> &Self::ApiKey
fn body(&self) -> &Self::Body
Source§fn http_config(&self) -> Arc<HttpClientConfig>
fn http_config(&self) -> Arc<HttpClientConfig>
Get HTTP client configuration for this request Read more
Auto Trait Implementations§
impl Freeze for FileContentRequest
impl RefUnwindSafe for FileContentRequest
impl Send for FileContentRequest
impl Sync for FileContentRequest
impl Unpin for FileContentRequest
impl UnsafeUnpin for FileContentRequest
impl UnwindSafe for FileContentRequest
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