pub struct ThrottleTokens { /* private fields */ }Implementations§
Trait Implementations§
Source§impl MallocSizeOf for ThrottleTokens
impl MallocSizeOf for ThrottleTokens
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Auto Trait Implementations§
impl Freeze for ThrottleTokens
impl RefUnwindSafe for ThrottleTokens
impl Send for ThrottleTokens
impl Sync for ThrottleTokens
impl Unpin for ThrottleTokens
impl UnwindSafe for ThrottleTokens
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