Struct k8src::RegenerateOptions
source · pub struct RegenerateOptions { /* private fields */ }Trait Implementations§
source§impl Clone for RegenerateOptions
impl Clone for RegenerateOptions
source§fn clone(&self) -> RegenerateOptions
fn clone(&self) -> RegenerateOptions
Returns a copy 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 CommandLine for RegenerateOptions
impl CommandLine for RegenerateOptions
source§fn add_opts(&self, prefix: Option<&str>, opts: &mut Options)
fn add_opts(&self, prefix: Option<&str>, opts: &mut Options)
Add options to the getopts parser.
source§fn matches(&mut self, prefix: Option<&str>, matches: &Matches)
fn matches(&mut self, prefix: Option<&str>, matches: &Matches)
Assign values to self using the provided getopts matches.
source§fn canonical_command_line(&self, prefix: Option<&str>) -> Vec<String>
fn canonical_command_line(&self, prefix: Option<&str>) -> Vec<String>
Return the canonical command line for this CommandLine.
source§fn from_command_line(usage: &str) -> (Self, Vec<String>)
fn from_command_line(usage: &str) -> (Self, Vec<String>)
Parse from the command line. This function will panic if a non-canonical command line is
provided.
source§fn from_command_line_relaxed(usage: &str) -> (Self, Vec<String>)
fn from_command_line_relaxed(usage: &str) -> (Self, Vec<String>)
Parse from the command line. This function will allow a non-canonical command line to
execute.
source§fn from_arguments(usage: &str, args: &[&str]) -> (Self, Vec<String>)
fn from_arguments(usage: &str, args: &[&str]) -> (Self, Vec<String>)
Parse from the provided arguments. This function will panic if a non-canonical command
line is provided.
source§impl Debug for RegenerateOptions
impl Debug for RegenerateOptions
source§impl Default for RegenerateOptions
impl Default for RegenerateOptions
source§fn default() -> RegenerateOptions
fn default() -> RegenerateOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for RegenerateOptions
impl PartialEq for RegenerateOptions
impl Eq for RegenerateOptions
impl StructuralPartialEq for RegenerateOptions
Auto Trait Implementations§
impl Freeze for RegenerateOptions
impl RefUnwindSafe for RegenerateOptions
impl Send for RegenerateOptions
impl Sync for RegenerateOptions
impl Unpin for RegenerateOptions
impl UnwindSafe for RegenerateOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)