pub enum StatsTubeResponse {
Ok(StatsTube),
NotFound,
}Variants§
Ok(StatsTube)
Indicate success
Statistical information represented by a dictionary.
NotFound
If the tube does not exist.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsTubeResponse
impl RefUnwindSafe for StatsTubeResponse
impl Send for StatsTubeResponse
impl Sync for StatsTubeResponse
impl Unpin for StatsTubeResponse
impl UnwindSafe for StatsTubeResponse
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