Struct rustypaste_cli::upload::UploadResult
source · [−]Expand description
Wrapper around raw data and result.
Tuple Fields
0: &'a str1: Result<T>Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for UploadResult<'a, T>
impl<'a, T> Send for UploadResult<'a, T>where
T: Send,
impl<'a, T> Sync for UploadResult<'a, T>where
T: Sync,
impl<'a, T> Unpin for UploadResult<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for UploadResult<'a, T>
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