pub struct YoutubeDLResult { /* private fields */ }
Expand description
This is the result of a YoutubeDL
.
It contains the information about the exit status, the output and the directory it was executed in.
Implementations§
Trait Implementations§
Source§impl Clone for YoutubeDLResult
impl Clone for YoutubeDLResult
Source§fn clone(&self) -> YoutubeDLResult
fn clone(&self) -> YoutubeDLResult
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for YoutubeDLResult
impl RefUnwindSafe for YoutubeDLResult
impl Send for YoutubeDLResult
impl Sync for YoutubeDLResult
impl Unpin for YoutubeDLResult
impl UnwindSafe for YoutubeDLResult
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