[−][src]Struct remote_trait_object::Context
Implementations
impl Context
[src]
pub fn new<S: TransportSend + 'static, R: TransportRecv + 'static>(
config: Config,
transport_send: S,
transport_recv: R
) -> Self
[src]
config: Config,
transport_send: S,
transport_recv: R
) -> Self
pub fn with_initial_service<S: TransportSend + 'static, R: TransportRecv + 'static, A: ?Sized + Service, B: ?Sized + Service, P: ToRemote<B>>(
config: Config,
transport_send: S,
transport_recv: R,
initial_service: impl ToDispatcher<A>
) -> (Self, P)
[src]
config: Config,
transport_send: S,
transport_recv: R,
initial_service: impl ToDispatcher<A>
) -> (Self, P)
pub fn get_port(&self) -> Weak<dyn Port>
[src]
pub fn clear_service_registry(&mut self)
[src]
pub fn disable_garbage_collection(&self)
[src]
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl !UnwindSafe for Context
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,