pub struct RecievingIp {
pub ip: SocketAddr,
}Fields§
§ip: SocketAddrImplementations§
Source§impl RecievingIp
impl RecievingIp
pub fn new(ip: SocketAddr) -> Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RecievingIp
impl<'de> Deserialize<'de> for RecievingIp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Message for RecievingIp
impl Message for RecievingIp
Auto Trait Implementations§
impl Freeze for RecievingIp
impl RefUnwindSafe for RecievingIp
impl Send for RecievingIp
impl Sync for RecievingIp
impl Unpin for RecievingIp
impl UnwindSafe for RecievingIp
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