pub struct UtilGetNetworkAccessInfoOutputResponse {
pub info: BdtNetworkAccessInfo,
}Fields§
§info: BdtNetworkAccessInfoTrait Implementations§
source§impl Clone for UtilGetNetworkAccessInfoOutputResponse
impl Clone for UtilGetNetworkAccessInfoOutputResponse
source§fn clone(&self) -> UtilGetNetworkAccessInfoOutputResponse
fn clone(&self) -> UtilGetNetworkAccessInfoOutputResponse
Returns a copy 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 more