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