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