pub enum TcStats2 {
StatsBasic(Vec<u8>),
StatsQueue(Vec<u8>),
StatsApp(Vec<u8>),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for TcStats2
Auto Trait Implementations§
impl Freeze for TcStats2
impl RefUnwindSafe for TcStats2
impl Send for TcStats2
impl Sync for TcStats2
impl Unpin for TcStats2
impl UnwindSafe for TcStats2
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