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