pub enum MeterCapture {
None,
Final,
PerBlock,
}Variants§
Trait Implementations§
Source§impl Clone for MeterCapture
impl Clone for MeterCapture
Source§fn clone(&self) -> MeterCapture
fn clone(&self) -> MeterCapture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for MeterCapture
impl Default for MeterCapture
Source§fn default() -> MeterCapture
fn default() -> MeterCapture
Returns the “default value” for a type. Read more
impl Copy for MeterCapture
Auto Trait Implementations§
impl Freeze for MeterCapture
impl RefUnwindSafe for MeterCapture
impl Send for MeterCapture
impl Sync for MeterCapture
impl Unpin for MeterCapture
impl UnsafeUnpin for MeterCapture
impl UnwindSafe for MeterCapture
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