Struct qiniu_credential::GetOptions
source · [−]pub struct GetOptions {}
Expand description
获取认证信息的选项
Trait Implementations
sourceimpl Clone for GetOptions
impl Clone for GetOptions
sourcefn clone(&self) -> GetOptions
fn clone(&self) -> GetOptions
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 GetOptions
impl Debug for GetOptions
sourceimpl Default for GetOptions
impl Default for GetOptions
sourcefn default() -> GetOptions
fn default() -> GetOptions
Returns the “default value” for a type. Read more
impl Copy for GetOptions
Auto Trait Implementations
impl RefUnwindSafe for GetOptions
impl Send for GetOptions
impl Sync for GetOptions
impl Unpin for GetOptions
impl UnwindSafe for GetOptions
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