pub struct ValidationOrProgress {
pub status: String,
pub response_json: String,
}Fields§
§status: String§response_json: StringTrait Implementations§
Source§impl Clone for ValidationOrProgress
impl Clone for ValidationOrProgress
Source§fn clone(&self) -> ValidationOrProgress
fn clone(&self) -> ValidationOrProgress
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ValidationOrProgress
impl RefUnwindSafe for ValidationOrProgress
impl Send for ValidationOrProgress
impl Sync for ValidationOrProgress
impl Unpin for ValidationOrProgress
impl UnsafeUnpin for ValidationOrProgress
impl UnwindSafe for ValidationOrProgress
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