pub struct UdpTrackerEndpoint {
pub url: String,
pub addr: SocketAddr,
pub tier: u32,
}Fields§
§url: String§addr: SocketAddr§tier: u32Trait Implementations§
Source§impl Clone for UdpTrackerEndpoint
impl Clone for UdpTrackerEndpoint
Source§fn clone(&self) -> UdpTrackerEndpoint
fn clone(&self) -> UdpTrackerEndpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UdpTrackerEndpoint
impl RefUnwindSafe for UdpTrackerEndpoint
impl Send for UdpTrackerEndpoint
impl Sync for UdpTrackerEndpoint
impl Unpin for UdpTrackerEndpoint
impl UnsafeUnpin for UdpTrackerEndpoint
impl UnwindSafe for UdpTrackerEndpoint
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