pub enum UrlStyle {
VirtualHost,
}Expand description
The request url format of a OSS bucket.
Variants§
VirtualHost
Requests will use “virtual-hosted-style” urls, i.e:
https://<bucket>.<region>.aliyuncs.com/<key>.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlStyle
impl RefUnwindSafe for UrlStyle
impl Send for UrlStyle
impl Sync for UrlStyle
impl Unpin for UrlStyle
impl UnwindSafe for UrlStyle
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