pub struct NameServerAddressUtils;Implementations§
Source§impl NameServerAddressUtils
impl NameServerAddressUtils
pub fn get_name_server_addresses() -> Option<String>
pub fn validate_instance_endpoint(endpoint: &str) -> bool
pub fn parse_instance_id_from_endpoint(endpoint: &str) -> Option<String>
pub fn get_name_srv_addr_from_namesrv_endpoint( name_srv_endpoint: &str, ) -> Option<String>
Auto Trait Implementations§
impl Freeze for NameServerAddressUtils
impl RefUnwindSafe for NameServerAddressUtils
impl Send for NameServerAddressUtils
impl Sync for NameServerAddressUtils
impl Unpin for NameServerAddressUtils
impl UnwindSafe for NameServerAddressUtils
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