pub struct ExposureQualification {
pub public_endpoint: Option<String>,
pub transport_endpoint: Option<String>,
}Fields§
§public_endpoint: Option<String>§transport_endpoint: Option<String>Trait Implementations§
Source§impl Clone for ExposureQualification
impl Clone for ExposureQualification
Source§fn clone(&self) -> ExposureQualification
fn clone(&self) -> ExposureQualification
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 ExposureQualification
impl RefUnwindSafe for ExposureQualification
impl Send for ExposureQualification
impl Sync for ExposureQualification
impl Unpin for ExposureQualification
impl UnsafeUnpin for ExposureQualification
impl UnwindSafe for ExposureQualification
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