pub struct SamplerOutput;Trait Implementations§
Source§impl ModeOutput for SamplerOutput
impl ModeOutput for SamplerOutput
Source§fn create_output(&self, input: Self::Parameters) -> Result<PathBuf>
fn create_output(&self, input: Self::Parameters) -> Result<PathBuf>
Creates the output directory either explicitly (if provided) or auto-generates one.
The auto-generated directory will now take sample_number into account.
type Parameters = (PathBuf, Option<String>, usize)
Auto Trait Implementations§
impl Freeze for SamplerOutput
impl RefUnwindSafe for SamplerOutput
impl Send for SamplerOutput
impl Sync for SamplerOutput
impl Unpin for SamplerOutput
impl UnwindSafe for SamplerOutput
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