Struct fluvio_future::rust_tls::ConnectorBuilder
source · pub struct ConnectorBuilder;Implementations§
Auto Trait Implementations§
impl Freeze for ConnectorBuilder
impl RefUnwindSafe for ConnectorBuilder
impl Send for ConnectorBuilder
impl Sync for ConnectorBuilder
impl Unpin for ConnectorBuilder
impl UnwindSafe for ConnectorBuilder
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