Trait GetStd

Source
pub trait GetStd {
    // Required method
    fn get_std(&self) -> Option<(Url, CanonicalizedResource)>;
}
Expand description

获取请求 OSS 接口需要的信息

Required Methods§

Source

fn get_std(&self) -> Option<(Url, CanonicalizedResource)>

获取 UrlCanonicalizedResource

Implementors§

Source§

impl GetStd for Object<ArcPointer>

Source§

impl GetStd for ObjectBase<ArcPointer>