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