pub struct FunnelsApi { /* private fields */ }Implementations§
Source§impl FunnelsApi
impl FunnelsApi
pub fn new(http: Arc<HttpClient>) -> Self
pub async fn list( &self, params: &GetFunnelsParams, ) -> Result<GetFunnelsResponse>
pub async fn get_pages( &self, params: &GetFunnelPagesParams, ) -> Result<GetFunnelPagesResponse>
Auto Trait Implementations§
impl !RefUnwindSafe for FunnelsApi
impl !UnwindSafe for FunnelsApi
impl Freeze for FunnelsApi
impl Send for FunnelsApi
impl Sync for FunnelsApi
impl Unpin for FunnelsApi
impl UnsafeUnpin for FunnelsApi
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