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