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