pub struct StdCasyncIndexSource { /* private fields */ }Implementations§
Source§impl StdCasyncIndexSource
impl StdCasyncIndexSource
pub fn new(locator: StdCasyncIndexLocator) -> GibbloxResult<Self>
Trait Implementations§
Source§impl CasyncIndexSource for StdCasyncIndexSource
impl CasyncIndexSource for StdCasyncIndexSource
fn load_index_bytes<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = GibbloxResult<Vec<u8>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for StdCasyncIndexSource
impl !RefUnwindSafe for StdCasyncIndexSource
impl Send for StdCasyncIndexSource
impl Sync for StdCasyncIndexSource
impl Unpin for StdCasyncIndexSource
impl UnsafeUnpin for StdCasyncIndexSource
impl !UnwindSafe for StdCasyncIndexSource
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