pub struct SeaProducerOptions { /* private fields */ }Expand description
sea-streamer-socket concrete type of ProducerOptions.
Implementations§
Source§impl SeaProducerOptions
impl SeaProducerOptions
pub fn into_stdio_producer_options(self) -> StdioProducerOptions
Sourcepub fn set_stdio_producer_options<F: FnOnce(&mut StdioProducerOptions)>(
&mut self,
func: F,
)
pub fn set_stdio_producer_options<F: FnOnce(&mut StdioProducerOptions)>( &mut self, func: F, )
Set options that only applies to Stdio
Trait Implementations§
Source§impl Clone for SeaProducerOptions
impl Clone for SeaProducerOptions
Source§fn clone(&self) -> SeaProducerOptions
fn clone(&self) -> SeaProducerOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 SeaProducerOptions
impl Debug for SeaProducerOptions
Source§impl Default for SeaProducerOptions
impl Default for SeaProducerOptions
Source§fn default() -> SeaProducerOptions
fn default() -> SeaProducerOptions
Returns the “default value” for a type. Read more
impl ProducerOptions for SeaProducerOptions
Auto Trait Implementations§
impl Freeze for SeaProducerOptions
impl RefUnwindSafe for SeaProducerOptions
impl Send for SeaProducerOptions
impl Sync for SeaProducerOptions
impl Unpin for SeaProducerOptions
impl UnwindSafe for SeaProducerOptions
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