pub struct ValidatedEndpoint {
pub url: Url,
pub address: SocketAddr,
}Fields§
§url: Url§address: SocketAddrTrait Implementations§
Source§impl Clone for ValidatedEndpoint
impl Clone for ValidatedEndpoint
Source§fn clone(&self) -> ValidatedEndpoint
fn clone(&self) -> ValidatedEndpoint
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 ValidatedEndpoint
impl RefUnwindSafe for ValidatedEndpoint
impl Send for ValidatedEndpoint
impl Sync for ValidatedEndpoint
impl Unpin for ValidatedEndpoint
impl UnsafeUnpin for ValidatedEndpoint
impl UnwindSafe for ValidatedEndpoint
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