pub struct SnapshotsApi { /* private fields */ }Implementations§
Source§impl SnapshotsApi
impl SnapshotsApi
pub fn new(http: Arc<HttpClient>) -> Self
pub async fn list(&self, company_id: &str) -> Result<GetSnapshotsResponse>
Auto Trait Implementations§
impl !RefUnwindSafe for SnapshotsApi
impl !UnwindSafe for SnapshotsApi
impl Freeze for SnapshotsApi
impl Send for SnapshotsApi
impl Sync for SnapshotsApi
impl Unpin for SnapshotsApi
impl UnsafeUnpin for SnapshotsApi
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