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