pub struct RequiredArg {
pub name: String,
pub val: String,
}
Fields§
§name: String
§val: String
Used within mask. TODO: store in a different place within mask instead of here.
Implementations§
Trait Implementations§
Source§impl Clone for RequiredArg
impl Clone for RequiredArg
Source§fn clone(&self) -> RequiredArg
fn clone(&self) -> RequiredArg
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 moreSource§impl Debug for RequiredArg
impl Debug for RequiredArg
Auto Trait Implementations§
impl Freeze for RequiredArg
impl RefUnwindSafe for RequiredArg
impl Send for RequiredArg
impl Sync for RequiredArg
impl Unpin for RequiredArg
impl UnwindSafe for RequiredArg
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