pub struct BasicCallOptions { /* private fields */ }Expand description
A call option class that is used to control how calls are handled
You can define the timeout, and the message versions
Implementations§
Source§impl BasicCallOptions
impl BasicCallOptions
Auto Trait Implementations§
impl Freeze for BasicCallOptions
impl RefUnwindSafe for BasicCallOptions
impl Send for BasicCallOptions
impl Sync for BasicCallOptions
impl Unpin for BasicCallOptions
impl UnwindSafe for BasicCallOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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