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