pub struct BundleActionHandler { /* private fields */ }Implementations§
Source§impl BundleActionHandler
impl BundleActionHandler
pub fn new(client: FilesClient) -> Self
pub async fn list(&self) -> Result<Vec<BundleActionEntity>>
Auto Trait Implementations§
impl !RefUnwindSafe for BundleActionHandler
impl !UnwindSafe for BundleActionHandler
impl Freeze for BundleActionHandler
impl Send for BundleActionHandler
impl Sync for BundleActionHandler
impl Unpin for BundleActionHandler
impl UnsafeUnpin for BundleActionHandler
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