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
Source§fn clone(&self) -> EndpointSelection
fn clone(&self) -> EndpointSelection
Returns a duplicate of the value. Read more
1.0.0 · 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 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