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