pub struct TDownloadDataResp {
pub status: TStatus,
pub operation_handle: TOperationHandle,
}
Fields§
§status: TStatus
§operation_handle: TOperationHandle
Implementations§
Source§impl TDownloadDataResp
impl TDownloadDataResp
pub fn new( status: TStatus, operation_handle: TOperationHandle, ) -> TDownloadDataResp
Trait Implementations§
Source§impl Clone for TDownloadDataResp
impl Clone for TDownloadDataResp
Source§fn clone(&self) -> TDownloadDataResp
fn clone(&self) -> TDownloadDataResp
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 moreSource§impl Debug for TDownloadDataResp
impl Debug for TDownloadDataResp
Source§impl Hash for TDownloadDataResp
impl Hash for TDownloadDataResp
Source§impl Ord for TDownloadDataResp
impl Ord for TDownloadDataResp
Source§fn cmp(&self, other: &TDownloadDataResp) -> Ordering
fn cmp(&self, other: &TDownloadDataResp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TDownloadDataResp
impl PartialEq for TDownloadDataResp
Source§impl PartialOrd for TDownloadDataResp
impl PartialOrd for TDownloadDataResp
Source§impl TSerializable for TDownloadDataResp
impl TSerializable for TDownloadDataResp
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TDownloadDataResp>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TDownloadDataResp
impl StructuralPartialEq for TDownloadDataResp
Auto Trait Implementations§
impl Freeze for TDownloadDataResp
impl RefUnwindSafe for TDownloadDataResp
impl Send for TDownloadDataResp
impl Sync for TDownloadDataResp
impl Unpin for TDownloadDataResp
impl UnwindSafe for TDownloadDataResp
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