pub struct EndPoint {
handle: HandleRef,
conn_id: ConnectionId,
info: EndPointKey,
}
Fields
handle: HandleRef
conn_id: ConnectionId
info: EndPointKey
Auto Trait Implementations
impl !ObjSafe for EndPoint
impl !RefUnwindSafe for EndPoint
impl Send for EndPoint
impl Sync for EndPoint
impl Unpin for EndPoint
impl !UnwindSafe for EndPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more