pub struct NoConvert;Expand description
Don’t provide any access to Fds. Every conversion will fail.
Use this if the encoded numbers (if any) do not correspond to any real file descriptors of this process.
Trait Implementations§
impl Copy for NoConvert
impl Eq for NoConvert
impl StructuralPartialEq for NoConvert
Auto Trait Implementations§
impl Freeze for NoConvert
impl RefUnwindSafe for NoConvert
impl Send for NoConvert
impl Sync for NoConvert
impl Unpin for NoConvert
impl UnsafeUnpin for NoConvert
impl UnwindSafe for NoConvert
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