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