Struct aliyun_oss_rust_sdk::oss::RequestBuilder
source · pub struct RequestBuilder { /* private fields */ }Implementations§
source§impl RequestBuilder
impl RequestBuilder
pub fn new() -> Self
pub fn expire(self, expire: i64) -> Self
pub fn response_content_disposition(self, file_name: &str) -> Self
pub fn response_content_encoding(self, encoding: &str) -> Self
pub fn oss_download_speed_limit(self, speed: i32) -> Self
pub fn oss_download_allow_ip(self, ip: &str, mask: i32) -> Self
pub fn oss_ac_forward_allow(self) -> Self
pub fn oss_header_put(self, key: &str, value: &str) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for RequestBuilder
impl Send for RequestBuilder
impl Sync for RequestBuilder
impl Unpin for RequestBuilder
impl UnwindSafe for RequestBuilder
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