pub struct FlowServeOptions {
pub addr: SocketAddr,
pub security: SecurityConfig,
}Fields§
§addr: SocketAddr§security: SecurityConfigImplementations§
Trait Implementations§
Source§impl Clone for FlowServeOptions
impl Clone for FlowServeOptions
Source§fn clone(&self) -> FlowServeOptions
fn clone(&self) -> FlowServeOptions
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 FlowServeOptions
impl Debug for FlowServeOptions
Auto Trait Implementations§
impl Freeze for FlowServeOptions
impl RefUnwindSafe for FlowServeOptions
impl Send for FlowServeOptions
impl Sync for FlowServeOptions
impl Unpin for FlowServeOptions
impl UnsafeUnpin for FlowServeOptions
impl UnwindSafe for FlowServeOptions
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