pub struct ServerBuilder<W: Clone + 'static> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<W> Freeze for ServerBuilder<W>
impl<W> !RefUnwindSafe for ServerBuilder<W>
impl<W> !Send for ServerBuilder<W>
impl<W> !Sync for ServerBuilder<W>
impl<W> Unpin for ServerBuilder<W>
impl<W> !UnwindSafe for ServerBuilder<W>
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