pub struct FindEndpointResponse {
pub endpoint: Option<TLSEndpoint>,
}Fields§
§endpoint: Option<TLSEndpoint>Trait Implementations§
Source§impl Debug for FindEndpointResponse
impl Debug for FindEndpointResponse
Auto Trait Implementations§
impl Freeze for FindEndpointResponse
impl RefUnwindSafe for FindEndpointResponse
impl Send for FindEndpointResponse
impl Sync for FindEndpointResponse
impl Unpin for FindEndpointResponse
impl UnwindSafe for FindEndpointResponse
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