Enum aliyun_oss_rust_sdk::oss::RequestType
source · pub enum RequestType {
Get,
Put,
Post,
Delete,
Head,
}Variants§
Trait Implementations§
source§impl Display for RequestType
impl Display for RequestType
source§impl FromStr for RequestType
impl FromStr for RequestType
Auto Trait Implementations§
impl RefUnwindSafe for RequestType
impl Send for RequestType
impl Sync for RequestType
impl Unpin for RequestType
impl UnwindSafe for RequestType
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