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