pub struct TGetPrimaryKeysResp {
pub status: TStatus,
pub operation_handle: Option<TOperationHandle>,
}
Fields§
§status: TStatus
§operation_handle: Option<TOperationHandle>
Implementations§
Source§impl TGetPrimaryKeysResp
impl TGetPrimaryKeysResp
pub fn new<F2>(status: TStatus, operation_handle: F2) -> TGetPrimaryKeysResp
Trait Implementations§
Source§impl Clone for TGetPrimaryKeysResp
impl Clone for TGetPrimaryKeysResp
Source§fn clone(&self) -> TGetPrimaryKeysResp
fn clone(&self) -> TGetPrimaryKeysResp
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 TGetPrimaryKeysResp
impl Debug for TGetPrimaryKeysResp
Source§impl Hash for TGetPrimaryKeysResp
impl Hash for TGetPrimaryKeysResp
Source§impl Ord for TGetPrimaryKeysResp
impl Ord for TGetPrimaryKeysResp
Source§fn cmp(&self, other: &TGetPrimaryKeysResp) -> Ordering
fn cmp(&self, other: &TGetPrimaryKeysResp) -> 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 TGetPrimaryKeysResp
impl PartialEq for TGetPrimaryKeysResp
Source§impl PartialOrd for TGetPrimaryKeysResp
impl PartialOrd for TGetPrimaryKeysResp
Source§impl TSerializable for TGetPrimaryKeysResp
impl TSerializable for TGetPrimaryKeysResp
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TGetPrimaryKeysResp>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TGetPrimaryKeysResp
impl StructuralPartialEq for TGetPrimaryKeysResp
Auto Trait Implementations§
impl Freeze for TGetPrimaryKeysResp
impl RefUnwindSafe for TGetPrimaryKeysResp
impl Send for TGetPrimaryKeysResp
impl Sync for TGetPrimaryKeysResp
impl Unpin for TGetPrimaryKeysResp
impl UnwindSafe for TGetPrimaryKeysResp
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