pub struct StreamEndpoints {
pub sasl_ssl: Option<Vec<String>>,
pub sasl_plaintext: Option<Vec<String>>,
pub plaintext: Option<Vec<String>>,
}Fields§
§sasl_ssl: Option<Vec<String>>§sasl_plaintext: Option<Vec<String>>§plaintext: Option<Vec<String>>Trait Implementations§
Source§impl Debug for StreamEndpoints
impl Debug for StreamEndpoints
Source§impl<'de> Deserialize<'de> for StreamEndpoints
impl<'de> Deserialize<'de> for StreamEndpoints
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 StreamEndpoints
impl RefUnwindSafe for StreamEndpoints
impl Send for StreamEndpoints
impl Sync for StreamEndpoints
impl Unpin for StreamEndpoints
impl UnwindSafe for StreamEndpoints
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