pub(crate) enum FdList {
Fds(Vec<OwnedFd>),
Number(u32),
}
Variants§
Auto Trait Implementations§
impl Freeze for FdList
impl RefUnwindSafe for FdList
impl Send for FdList
impl Sync for FdList
impl Unpin for FdList
impl UnwindSafe for FdList
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