pub struct InputClientProxy {
pub address: String,
pub port: i32,
}Expand description
Generated from:
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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x75588b3f
const CONSTRUCTOR_ID: u32 = 0x75588b3f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputClientProxy
impl PartialEq for InputClientProxy
Source§impl Serializable for InputClientProxy
impl Serializable for InputClientProxy
Source§impl TryFrom<InputClientProxy> for InputClientProxy
impl TryFrom<InputClientProxy> for InputClientProxy
Source§type Error = InputClientProxy
type Error = InputClientProxy
The type returned in the event of a conversion error.
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