Struct qiniu_upload_token::GetPolicyOptions
source · pub struct GetPolicyOptions {}Expand description
获取上传策略的选项
Trait Implementations
sourceimpl Clone for GetPolicyOptions
impl Clone for GetPolicyOptions
sourcefn clone(&self) -> GetPolicyOptions
fn clone(&self) -> GetPolicyOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetPolicyOptions
impl Debug for GetPolicyOptions
sourceimpl Default for GetPolicyOptions
impl Default for GetPolicyOptions
sourcefn default() -> GetPolicyOptions
fn default() -> GetPolicyOptions
Returns the “default value” for a type. Read more
impl Copy for GetPolicyOptions
Auto Trait Implementations
impl RefUnwindSafe for GetPolicyOptions
impl Send for GetPolicyOptions
impl Sync for GetPolicyOptions
impl Unpin for GetPolicyOptions
impl UnwindSafe for GetPolicyOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more