pub struct R3ClientGetApplicationTypesAsyncBuilder<__State: __R3ClientGetApplicationTypesAsyncBuilderState = ()> { /* private fields */ }
Expand description
Use builder syntax to set the required parameters and finish by calling the method Self::call()
.
Implementations§
source§impl<__State: __R3ClientGetApplicationTypesAsyncBuilderState> R3ClientGetApplicationTypesAsyncBuilder<__State>
impl<__State: __R3ClientGetApplicationTypesAsyncBuilderState> R3ClientGetApplicationTypesAsyncBuilder<__State>
Auto Trait Implementations§
impl<__State> Freeze for R3ClientGetApplicationTypesAsyncBuilder<__State>
impl<__State> RefUnwindSafe for R3ClientGetApplicationTypesAsyncBuilder<__State>where
__State: RefUnwindSafe,
impl<__State> Send for R3ClientGetApplicationTypesAsyncBuilder<__State>where
__State: Send,
impl<__State> Sync for R3ClientGetApplicationTypesAsyncBuilder<__State>where
__State: Sync,
impl<__State> Unpin for R3ClientGetApplicationTypesAsyncBuilder<__State>where
__State: Unpin,
impl<__State> UnwindSafe for R3ClientGetApplicationTypesAsyncBuilder<__State>where
__State: UnwindSafe,
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