pub struct Praiya { /* private fields */ }Implementations§
Source§impl Praiya
impl Praiya
pub fn escalation_policies( &self, from_email: Option<String>, ) -> EscalationPoliciesClient
Source§impl Praiya
impl Praiya
pub fn slack_connections( &self, slack_workspace_id: &str, ) -> SlackConnectionsClient
Source§impl Praiya
impl Praiya
pub fn new(token: &str) -> Praiya
pub fn with_connector( https_connector: HttpsConnector<HttpConnector>, token: &str, ) -> Praiya
pub fn list_request<R: DeserializeOwned + Sync + Send + 'static, B: BaseOption + 'static, I: PaginatedResponse<PaginatedLegacyPosition, Inner = Vec<R>> + DeserializeOwned + 'static>( &self, host: &str, path: &str, query_params: B, headers: PraiyaCustomHeaders<'_>, ) -> impl Stream<Item = Result<R, Error>> + '_
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Praiya
impl !RefUnwindSafe for Praiya
impl Send for Praiya
impl Sync for Praiya
impl Unpin for Praiya
impl !UnwindSafe for Praiya
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