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