pub struct InputClientProxy {
pub address: String,
pub port: i32,
}Expand description
Generated from the following TL definition:
inputClientProxy#75588b3f address:string port:int = InputClientProxyFields§
§address: String§port: i32Trait Implementations§
Source§impl Clone for InputClientProxy
impl Clone for InputClientProxy
Source§fn clone(&self) -> InputClientProxy
fn clone(&self) -> InputClientProxy
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 InputClientProxy
impl Debug for InputClientProxy
Source§impl Deserializable for InputClientProxy
impl Deserializable for InputClientProxy
Source§impl From<InputClientProxy> for InputClientProxy
impl From<InputClientProxy> for InputClientProxy
Source§fn from(x: InputClientProxy) -> Self
fn from(x: InputClientProxy) -> Self
Converts to this type from the input type.
Source§impl From<InputClientProxy> for InputClientProxy
impl From<InputClientProxy> for InputClientProxy
Source§fn from(x: InputClientProxy) -> Self
fn from(x: InputClientProxy) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputClientProxy
impl Identifiable for InputClientProxy
Source§const CONSTRUCTOR_ID: u32 = 1968737087
const CONSTRUCTOR_ID: u32 = 1968737087
The unique identifier for the type.
Source§impl PartialEq for InputClientProxy
impl PartialEq for InputClientProxy
Source§impl Serializable for InputClientProxy
impl Serializable for InputClientProxy
impl StructuralPartialEq for InputClientProxy
Auto Trait Implementations§
impl Freeze for InputClientProxy
impl RefUnwindSafe for InputClientProxy
impl Send for InputClientProxy
impl Sync for InputClientProxy
impl Unpin for InputClientProxy
impl UnsafeUnpin for InputClientProxy
impl UnwindSafe for InputClientProxy
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