pub enum StringParam {
LogFile,
NodefileDir,
ResultFile,
WorkerPool,
WorkerPassword,
Dummy,
}Variants§
Trait Implementations§
Source§impl Clone for StringParam
impl Clone for StringParam
Source§fn clone(&self) -> StringParam
fn clone(&self) -> StringParam
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 StringParam
impl Debug for StringParam
Source§impl From<StringParam> for CString
impl From<StringParam> for CString
Source§fn from(attr: StringParam) -> CString
fn from(attr: StringParam) -> CString
Converts to this type from the input type.
impl Copy for StringParam
Auto Trait Implementations§
impl Freeze for StringParam
impl RefUnwindSafe for StringParam
impl Send for StringParam
impl Sync for StringParam
impl Unpin for StringParam
impl UnwindSafe for StringParam
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