Enum mio::tcp::Shutdown  
            
                [−]
            
        [src]
pub enum Shutdown {
    Read,
    Write,
    Both,
}Variants
Read | Further receptions will be disallowed.  | 
Write | Further transmissions will be disallowed.  | 
Both | Further receptions and transmissions will be disallowed.  |