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