Docs.rs
aliyun-oss-rust-sdk-0.0.1
aliyun-oss-rust-sdk 0.0.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
dounine
Dependencies
base64 ^0.21.5
normal
chrono ^0.4.31
normal
dotenvy ^0.15.0
normal
hmac ^0.12.1
normal
log ^0.4.20
normal
reqwest ^0.11
normal
serde ^1.0
normal
sha1 ^0.10.6
normal
strum ^0.25.0
normal
strum_macros ^0.25.0
normal
tokio ^1.35.1
normal
urlencoding ^2.1.3
normal
Versions
12.9%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
aliyun_oss_rust_sdk
0.0.1
OSSInfo
Required Methods
bucket
endpoint
Implementors
In aliyun_oss_rust_sdk::oss
?
Trait
aliyun_oss_rust_sdk
::
oss
::
OSSInfo
source
·
[
−
]
pub trait OSSInfo { // Required methods fn
endpoint
(&self) ->
String
;
fn
bucket
(&self) ->
String
; }
Required Methods
§
source
fn
endpoint
(&self) ->
String
source
fn
bucket
(&self) ->
String
Implementors
§
source
§
impl
OSSInfo
for
OSS