Enum golem_cli::model::PathBufOrStdin
source · pub enum PathBufOrStdin {
Path(PathBuf),
Stdin,
}
Variants§
Trait Implementations§
source§impl Clone for PathBufOrStdin
impl Clone for PathBufOrStdin
source§fn clone(&self) -> PathBufOrStdin
fn clone(&self) -> PathBufOrStdin
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PathBufOrStdin
impl Debug for PathBufOrStdin
Auto Trait Implementations§
impl RefUnwindSafe for PathBufOrStdin
impl Send for PathBufOrStdin
impl Sync for PathBufOrStdin
impl Unpin for PathBufOrStdin
impl UnwindSafe for PathBufOrStdin
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