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