pub enum ConfigOutcome {
Run(ServerConfig),
Help(String),
Version(String),
}Variants§
Trait Implementations§
Source§impl Clone for ConfigOutcome
impl Clone for ConfigOutcome
Source§fn clone(&self) -> ConfigOutcome
fn clone(&self) -> ConfigOutcome
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 ConfigOutcome
impl Debug for ConfigOutcome
Source§impl PartialEq for ConfigOutcome
impl PartialEq for ConfigOutcome
impl Eq for ConfigOutcome
impl StructuralPartialEq for ConfigOutcome
Auto Trait Implementations§
impl Freeze for ConfigOutcome
impl RefUnwindSafe for ConfigOutcome
impl Send for ConfigOutcome
impl Sync for ConfigOutcome
impl Unpin for ConfigOutcome
impl UnsafeUnpin for ConfigOutcome
impl UnwindSafe for ConfigOutcome
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