pub enum IgnoreResponse {
Count(usize),
NotIgnored,
}Variants§
Count(usize)
Is the integer number of tubes currently in the watch list.
NotIgnored
If the client attempts to ignore the only tube in its watch list.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IgnoreResponse
impl RefUnwindSafe for IgnoreResponse
impl Send for IgnoreResponse
impl Sync for IgnoreResponse
impl Unpin for IgnoreResponse
impl UnwindSafe for IgnoreResponse
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