pub struct InboxRecipientHandler { /* private fields */ }
Implementations§
Source§impl InboxRecipientHandler
impl InboxRecipientHandler
pub fn new(client: FilesClient) -> Self
pub async fn list( &self, inbox_id: i64, cursor: Option<String>, per_page: Option<i64>, ) -> Result<(Vec<InboxRecipientEntity>, PaginationInfo)>
pub async fn create(&self, params: Value) -> Result<InboxRecipientEntity>
Auto Trait Implementations§
impl Freeze for InboxRecipientHandler
impl !RefUnwindSafe for InboxRecipientHandler
impl Send for InboxRecipientHandler
impl Sync for InboxRecipientHandler
impl Unpin for InboxRecipientHandler
impl !UnwindSafe for InboxRecipientHandler
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