pub struct GetPolicyOptions {}
Expand description
获取上传策略的选项
Trait Implementations§
Source§impl Clone for GetPolicyOptions
impl Clone for GetPolicyOptions
Source§fn clone(&self) -> GetPolicyOptions
fn clone(&self) -> GetPolicyOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetPolicyOptions
impl Debug for GetPolicyOptions
Source§impl Default for GetPolicyOptions
impl Default for GetPolicyOptions
Source§fn default() -> GetPolicyOptions
fn default() -> GetPolicyOptions
Returns the “default value” for a type. Read more
impl Copy for GetPolicyOptions
Auto Trait Implementations§
impl Freeze for GetPolicyOptions
impl RefUnwindSafe for GetPolicyOptions
impl Send for GetPolicyOptions
impl Sync for GetPolicyOptions
impl Unpin for GetPolicyOptions
impl UnwindSafe for GetPolicyOptions
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