pub struct BulkPropertyScope<E>where
E: BulkExecutor,{ /* private fields */ }
Implementations§
Source§impl<E> BulkPropertyScope<E>where
E: BulkExecutor,
impl<E> BulkPropertyScope<E>where
E: BulkExecutor,
pub fn new(executor: E) -> Self
Sourcepub fn property_for_id<S, I, B>(
self,
ids: I,
builder: B,
) -> impl Stream<Item = (PropertyId, Result<UserPropertyResponse, E::Error>)>where
I: IntoIterator<Item = PropertyId>,
S: IsComplete,
B: Fn(PropertyPropertyForIdRequestBuilder<Empty>) -> PropertyPropertyForIdRequestBuilder<S>,
pub fn property_for_id<S, I, B>(
self,
ids: I,
builder: B,
) -> impl Stream<Item = (PropertyId, Result<UserPropertyResponse, E::Error>)>where
I: IntoIterator<Item = PropertyId>,
S: IsComplete,
B: Fn(PropertyPropertyForIdRequestBuilder<Empty>) -> PropertyPropertyForIdRequestBuilder<S>,
Auto Trait Implementations§
impl<E> Freeze for BulkPropertyScope<E>where
E: Freeze,
impl<E> RefUnwindSafe for BulkPropertyScope<E>where
E: RefUnwindSafe,
impl<E> Send for BulkPropertyScope<E>where
E: Send,
impl<E> Sync for BulkPropertyScope<E>where
E: Sync,
impl<E> Unpin for BulkPropertyScope<E>where
E: Unpin,
impl<E> UnwindSafe for BulkPropertyScope<E>where
E: 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