pub enum PathOrFileDescriptorOption {
Path(PathBuf),
Fd(usize),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for PathOrFileDescriptorOption
impl Send for PathOrFileDescriptorOption
impl Sync for PathOrFileDescriptorOption
impl Unpin for PathOrFileDescriptorOption
impl UnwindSafe for PathOrFileDescriptorOption
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