Struct ic_utils::call::SyncCaller
source · [−]pub struct SyncCaller<'agent, Out>where
Out: for<'de> ArgumentDecoder<'de> + Send,{ /* private fields */ }Expand description
A synchronous call encapsulation.
Trait Implementations
sourceimpl<'agent, Out: Debug> Debug for SyncCaller<'agent, Out>where
Out: for<'de> ArgumentDecoder<'de> + Send,
impl<'agent, Out: Debug> Debug for SyncCaller<'agent, Out>where
Out: for<'de> ArgumentDecoder<'de> + Send,
sourceimpl<'agent, Out> SyncCall<Out> for SyncCaller<'agent, Out>where
Self: Sized,
Out: 'agent + for<'de> ArgumentDecoder<'de> + Send,
impl<'agent, Out> SyncCall<Out> for SyncCaller<'agent, Out>where
Self: Sized,
Out: 'agent + for<'de> ArgumentDecoder<'de> + Send,
Auto Trait Implementations
impl<'agent, Out> !RefUnwindSafe for SyncCaller<'agent, Out>
impl<'agent, Out> Send for SyncCaller<'agent, Out>
impl<'agent, Out> Sync for SyncCaller<'agent, Out>where
Out: Sync,
impl<'agent, Out> Unpin for SyncCaller<'agent, Out>where
Out: Unpin,
impl<'agent, Out> !UnwindSafe for SyncCaller<'agent, Out>
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