pub struct ServiceEntry {
pub state: ServiceState,
pub service_name: String,
pub pending_calls: Vec<RpcRequest>,
pub owner: Option<ClientId>,
}Fields§
§state: ServiceState§service_name: String§pending_calls: Vec<RpcRequest>§owner: Option<ClientId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceEntry
impl RefUnwindSafe for ServiceEntry
impl Send for ServiceEntry
impl Sync for ServiceEntry
impl Unpin for ServiceEntry
impl UnwindSafe for ServiceEntry
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