pub struct EndpointSelection {
pub url: String,
pub endpoint_label_used: String,
pub endpoint_value_used: String,
}Fields§
§url: String§endpoint_label_used: String§endpoint_value_used: StringTrait Implementations§
Source§impl Clone for EndpointSelection
impl Clone for EndpointSelection
Auto Trait Implementations§
impl Freeze for EndpointSelection
impl RefUnwindSafe for EndpointSelection
impl Send for EndpointSelection
impl Sync for EndpointSelection
impl Unpin for EndpointSelection
impl UnsafeUnpin for EndpointSelection
impl UnwindSafe for EndpointSelection
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