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