pub struct TempfileConfig { /* private fields */ }Expand description
Configuration for the Tempfile field reader.
Implementations§
Source§impl TempfileConfig
 
impl TempfileConfig
pub fn error_handler<F>(self, f: F) -> Self
Trait Implementations§
Source§impl Clone for TempfileConfig
 
impl Clone for TempfileConfig
Source§fn clone(&self) -> TempfileConfig
 
fn clone(&self) -> TempfileConfig
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 TempfileConfig
impl !RefUnwindSafe for TempfileConfig
impl Send for TempfileConfig
impl Sync for TempfileConfig
impl Unpin for TempfileConfig
impl !UnwindSafe for TempfileConfig
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