pub struct RestoreHandler { /* private fields */ }
Implementations§
Source§impl RestoreHandler
impl RestoreHandler
pub fn new(client: FilesClient) -> Self
pub async fn list( &self, cursor: Option<String>, per_page: Option<i64>, ) -> Result<(Vec<RestoreEntity>, PaginationInfo)>
pub async fn create(&self, params: Value) -> Result<RestoreEntity>
Auto Trait Implementations§
impl Freeze for RestoreHandler
impl !RefUnwindSafe for RestoreHandler
impl Send for RestoreHandler
impl Sync for RestoreHandler
impl Unpin for RestoreHandler
impl !UnwindSafe for RestoreHandler
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