enum WSOp {
WSReport,
WSConfig {
bins: Vec<u32>,
refresh_threshold: u32,
report_threshold: u32,
},
}Variants§
Auto Trait Implementations§
impl Freeze for WSOp
impl RefUnwindSafe for WSOp
impl Send for WSOp
impl Sync for WSOp
impl Unpin for WSOp
impl UnwindSafe for WSOp
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