pub struct ValidateArgs {
pub file: String,
}Fields§
§file: StringTrait Implementations§
Source§impl Clone for ValidateArgs
impl Clone for ValidateArgs
Source§fn clone(&self) -> ValidateArgs
fn clone(&self) -> ValidateArgs
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 ValidateArgs
impl RefUnwindSafe for ValidateArgs
impl Send for ValidateArgs
impl Sync for ValidateArgs
impl Unpin for ValidateArgs
impl UnwindSafe for ValidateArgs
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