pub struct WithEdgeConnectionMiddleware<I, M> { /* private fields */ }Trait Implementations§
Source§impl<I: Clone, M: Clone> Clone for WithEdgeConnectionMiddleware<I, M>
impl<I: Clone, M: Clone> Clone for WithEdgeConnectionMiddleware<I, M>
Source§fn clone(&self) -> WithEdgeConnectionMiddleware<I, M>
fn clone(&self) -> WithEdgeConnectionMiddleware<I, M>
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<I, M> EdgeConnectionHandler for WithEdgeConnectionMiddleware<I, M>where
I: EdgeConnectionHandler,
M: EdgeConnectionMiddleware<I>,
impl<I, M> EdgeConnectionHandler for WithEdgeConnectionMiddleware<I, M>where
I: EdgeConnectionHandler,
M: EdgeConnectionMiddleware<I>,
Auto Trait Implementations§
impl<I, M> Freeze for WithEdgeConnectionMiddleware<I, M>
impl<I, M> RefUnwindSafe for WithEdgeConnectionMiddleware<I, M>where
I: RefUnwindSafe,
M: RefUnwindSafe,
impl<I, M> Send for WithEdgeConnectionMiddleware<I, M>
impl<I, M> Sync for WithEdgeConnectionMiddleware<I, M>
impl<I, M> Unpin for WithEdgeConnectionMiddleware<I, M>
impl<I, M> UnsafeUnpin for WithEdgeConnectionMiddleware<I, M>where
I: UnsafeUnpin,
M: UnsafeUnpin,
impl<I, M> UnwindSafe for WithEdgeConnectionMiddleware<I, M>where
I: UnwindSafe,
M: UnwindSafe,
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