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