pub struct BinSubscriber<S> { /* private fields */ }
Trait Implementations§
Source§impl<S: AsFd> AsFd for BinSubscriber<S>
impl<S: AsFd> AsFd for BinSubscriber<S>
Source§fn as_fd(&self) -> BorrowedFd<'_>
fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more
Source§impl<S> WithInterest for BinSubscriber<S>
impl<S> WithInterest for BinSubscriber<S>
Auto Trait Implementations§
impl<S> !Freeze for BinSubscriber<S>
impl<S> !RefUnwindSafe for BinSubscriber<S>
impl<S> Send for BinSubscriber<S>where
S: Send,
impl<S> !Sync for BinSubscriber<S>
impl<S> Unpin for BinSubscriber<S>where
S: Unpin,
impl<S> UnwindSafe for BinSubscriber<S>where
S: UnwindSafe,
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