pub struct ActionNotificationExportHandler { /* private fields */ }
Implementations§
Source§impl ActionNotificationExportHandler
impl ActionNotificationExportHandler
pub fn new(client: FilesClient) -> Self
pub async fn get(&self, id: i64) -> Result<ActionNotificationExportEntity>
pub async fn create( &self, params: Value, ) -> Result<ActionNotificationExportEntity>
Auto Trait Implementations§
impl Freeze for ActionNotificationExportHandler
impl !RefUnwindSafe for ActionNotificationExportHandler
impl Send for ActionNotificationExportHandler
impl Sync for ActionNotificationExportHandler
impl Unpin for ActionNotificationExportHandler
impl !UnwindSafe for ActionNotificationExportHandler
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