pub struct ServerChannelHalf<Request, Response> { /* private fields */ }
Expand description
The server side of the connection between a vmbus server and a relay.
Auto Trait Implementations§
impl<Request, Response> Freeze for ServerChannelHalf<Request, Response>
impl<Request, Response> !RefUnwindSafe for ServerChannelHalf<Request, Response>
impl<Request, Response> Send for ServerChannelHalf<Request, Response>
impl<Request, Response> Sync for ServerChannelHalf<Request, Response>
impl<Request, Response> Unpin for ServerChannelHalf<Request, Response>
impl<Request, Response> !UnwindSafe for ServerChannelHalf<Request, Response>
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