pub struct Usage<'c> { /* private fields */ }Implementations§
Source§impl<'c> Usage<'c>
impl<'c> Usage<'c>
pub async fn summary(&self) -> Result<UsageSummary, FloopError>
Auto Trait Implementations§
impl<'c> Freeze for Usage<'c>
impl<'c> !RefUnwindSafe for Usage<'c>
impl<'c> Send for Usage<'c>
impl<'c> Sync for Usage<'c>
impl<'c> Unpin for Usage<'c>
impl<'c> UnsafeUnpin for Usage<'c>
impl<'c> !UnwindSafe for Usage<'c>
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