pub enum CmdStdin {
Text(String),
Bytes(Vec<u8>),
File(PathBuf),
}Variants§
Trait Implementations§
impl Eq for CmdStdin
impl StructuralPartialEq for CmdStdin
Auto Trait Implementations§
impl Freeze for CmdStdin
impl RefUnwindSafe for CmdStdin
impl Send for CmdStdin
impl Sync for CmdStdin
impl Unpin for CmdStdin
impl UnsafeUnpin for CmdStdin
impl UnwindSafe for CmdStdin
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