pub struct BoundServer<F>{ /* private fields */ }
Implementations§
Source§impl<F> BoundServer<F>
impl<F> BoundServer<F>
Auto Trait Implementations§
impl<F> Freeze for BoundServer<F>
impl<F> RefUnwindSafe for BoundServer<F>
impl<F> Send for BoundServer<F>
impl<F> Sync for BoundServer<F>
impl<F> Unpin for BoundServer<F>
impl<F> UnwindSafe for BoundServer<F>
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