pub struct ShortEndpointConfig {
pub stream: String,
}Expand description
Schema definition for endpoint config that only includes the stream field.
Fields§
§stream: StringThe name of the stream.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ShortEndpointConfig
impl<'de> Deserialize<'de> for ShortEndpointConfig
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
Source§impl Serialize for ShortEndpointConfig
impl Serialize for ShortEndpointConfig
Auto Trait Implementations§
impl Freeze for ShortEndpointConfig
impl RefUnwindSafe for ShortEndpointConfig
impl Send for ShortEndpointConfig
impl Sync for ShortEndpointConfig
impl Unpin for ShortEndpointConfig
impl UnwindSafe for ShortEndpointConfig
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