pub struct ClientLink<T: Supervisor> { /* private fields */ }
Implementations§
Source§impl<T: Supervisor> ClientLink<T>
impl<T: Supervisor> ClientLink<T>
pub async fn service_outgoing( &mut self, request: ClientServiceRequest, ) -> Result<(), Error>
Trait Implementations§
Source§impl<T: Supervisor> From<Address<ClientSession<T>>> for ClientLink<T>
impl<T: Supervisor> From<Address<ClientSession<T>>> for ClientLink<T>
Source§fn from(original: Address<ClientSession<T>>) -> ClientLink<T>
fn from(original: Address<ClientSession<T>>) -> ClientLink<T>
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> Freeze for ClientLink<T>
impl<T> !RefUnwindSafe for ClientLink<T>
impl<T> Send for ClientLink<T>
impl<T> Sync for ClientLink<T>
impl<T> Unpin for ClientLink<T>
impl<T> !UnwindSafe for ClientLink<T>
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