pub struct StreamsConfig {
pub base_url: Option<String>,
}Fields§
§base_url: Option<String>Trait Implementations§
Source§impl Clone for StreamsConfig
impl Clone for StreamsConfig
Source§fn clone(&self) -> StreamsConfig
fn clone(&self) -> StreamsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamsConfig
impl Debug for StreamsConfig
Source§impl Default for StreamsConfig
impl Default for StreamsConfig
Source§fn default() -> StreamsConfig
fn default() -> StreamsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamsConfig
impl<'de> Deserialize<'de> for StreamsConfig
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 StreamsConfig
impl RefUnwindSafe for StreamsConfig
impl Send for StreamsConfig
impl Sync for StreamsConfig
impl Unpin for StreamsConfig
impl UnsafeUnpin for StreamsConfig
impl UnwindSafe for StreamsConfig
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