pub struct StreamerInfo {
pub streamer_socket_url: Option<String>,
pub schwab_client_customer_id: Option<String>,
pub schwab_client_correl_id: Option<String>,
pub schwab_client_channel: Option<String>,
pub schwab_client_function_id: Option<String>,
}Fields§
§streamer_socket_url: Option<String>§schwab_client_customer_id: Option<String>§schwab_client_correl_id: Option<String>§schwab_client_channel: Option<String>§schwab_client_function_id: Option<String>Trait Implementations§
Source§impl Clone for StreamerInfo
impl Clone for StreamerInfo
Source§fn clone(&self) -> StreamerInfo
fn clone(&self) -> StreamerInfo
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 StreamerInfo
impl Debug for StreamerInfo
Source§impl<'de> Deserialize<'de> for StreamerInfo
impl<'de> Deserialize<'de> for StreamerInfo
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 StreamerInfo
impl RefUnwindSafe for StreamerInfo
impl Send for StreamerInfo
impl Sync for StreamerInfo
impl Unpin for StreamerInfo
impl UnsafeUnpin for StreamerInfo
impl UnwindSafe for StreamerInfo
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