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