pub enum CommandBuilderError {
InvalidProcess(InvalidProcess),
InvalidArg(InvalidArg),
}
Variants§
InvalidProcess(InvalidProcess)
InvalidArg(InvalidArg)
Trait Implementations§
Source§impl Clone for CommandBuilderError
impl Clone for CommandBuilderError
Source§fn clone(&self) -> CommandBuilderError
fn clone(&self) -> CommandBuilderError
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 CommandBuilderError
impl RefUnwindSafe for CommandBuilderError
impl Send for CommandBuilderError
impl Sync for CommandBuilderError
impl Unpin for CommandBuilderError
impl UnwindSafe for CommandBuilderError
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