pub struct ReverseServerEntry {
pub id: ReverseServerId,
pub control_bind: String,
pub state: Arc<ReverseServerState>,
}Expand description
One reverse server entry — its identity and a handle to its state.
Fields§
§id: ReverseServerId§control_bind: String§state: Arc<ReverseServerState>Auto Trait Implementations§
impl Freeze for ReverseServerEntry
impl RefUnwindSafe for ReverseServerEntry
impl Send for ReverseServerEntry
impl Sync for ReverseServerEntry
impl Unpin for ReverseServerEntry
impl UnsafeUnpin for ReverseServerEntry
impl UnwindSafe for ReverseServerEntry
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