[][src]Trait isnt::std_1::os::unix::fs::IsntFileTypeExtExt

pub trait IsntFileTypeExtExt<T: ?Sized>: Sealed<T> + FileTypeExt {
#[must_use]    pub fn is_not_block_device(&self) -> bool;
#[must_use] pub fn is_not_char_device(&self) -> bool;
#[must_use] pub fn is_not_fifo(&self) -> bool;
#[must_use] pub fn is_not_socket(&self) -> bool; }

Extension for FileTypeExt

Required methods

#[must_use]pub fn is_not_block_device(&self) -> bool[src]

The negation of is_block_device

#[must_use]pub fn is_not_char_device(&self) -> bool[src]

The negation of is_char_device

#[must_use]pub fn is_not_fifo(&self) -> bool[src]

The negation of is_fifo

#[must_use]pub fn is_not_socket(&self) -> bool[src]

The negation of is_socket

Loading content...

Implementors

impl<T: ?Sized> IsntFileTypeExtExt<T> for T where
    T: FileTypeExt
[src]

Loading content...