pub struct CostStatistics { /* private fields */ }
Expand description
コスト統計情報
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CostStatistics
impl RefUnwindSafe for CostStatistics
impl Send for CostStatistics
impl Sync for CostStatistics
impl Unpin for CostStatistics
impl UnwindSafe for CostStatistics
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