pub struct MapBoxAttributeProvider;Trait Implementations§
Source§impl AttributeProvider for MapBoxAttributeProvider
impl AttributeProvider for MapBoxAttributeProvider
fn get_attributes<'life0, 'life1, 'async_trait>(
&'life0 self,
_options: &'life1 AttributeOptions,
) -> Pin<Box<dyn Future<Output = EveryMapResult<AttributeResponse>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl Freeze for MapBoxAttributeProvider
impl RefUnwindSafe for MapBoxAttributeProvider
impl Send for MapBoxAttributeProvider
impl Sync for MapBoxAttributeProvider
impl Unpin for MapBoxAttributeProvider
impl UnsafeUnpin for MapBoxAttributeProvider
impl UnwindSafe for MapBoxAttributeProvider
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