pub struct QiniuErr {
pub message: String,
pub code: QiniuErrCode,
}
Fields§
§message: String
§code: QiniuErrCode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QiniuErr
impl RefUnwindSafe for QiniuErr
impl Send for QiniuErr
impl Sync for QiniuErr
impl Unpin for QiniuErr
impl UnwindSafe for QiniuErr
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