pub struct LookupData {
pub broker_url: Option<String>,
pub broker_url_tls: Option<String>,
pub http_url: Option<String>,
pub http_url_tls: Option<String>,
pub native_url: Option<String>,
}
Fields§
§broker_url: Option<String>
§broker_url_tls: Option<String>
§http_url: Option<String>
§http_url_tls: Option<String>
§native_url: Option<String>
Trait Implementations§
Source§impl Debug for LookupData
impl Debug for LookupData
Source§impl<'de> Deserialize<'de> for LookupData
impl<'de> Deserialize<'de> for LookupData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LookupData
impl RefUnwindSafe for LookupData
impl Send for LookupData
impl Sync for LookupData
impl Unpin for LookupData
impl UnwindSafe for LookupData
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