pub struct FactionScope<'e, E>(/* private fields */)
where
    E: Executor;Implementations§
Source§impl<E> FactionScope<'_, E>where
    E: Executor,
 
impl<E> FactionScope<'_, E>where
    E: Executor,
pub async fn chains_for_id<S>(
    &self,
    id: FactionId,
    builder: impl FnOnce(FactionChainsRequestBuilder<Empty>) -> FactionChainsRequestBuilder<S>,
) -> Result<FactionChainsResponse, E::Error>where
    S: IsComplete,
Auto Trait Implementations§
impl<'e, E> Freeze for FactionScope<'e, E>
impl<'e, E> RefUnwindSafe for FactionScope<'e, E>where
    E: RefUnwindSafe,
impl<'e, E> Send for FactionScope<'e, E>where
    E: Sync,
impl<'e, E> Sync for FactionScope<'e, E>where
    E: Sync,
impl<'e, E> Unpin for FactionScope<'e, E>
impl<'e, E> UnwindSafe for FactionScope<'e, E>where
    E: RefUnwindSafe,
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