pub enum P4CliResult {
Out(String),
Err(String),
}Variants§
Trait Implementations§
Source§impl Debug for P4CliResult
impl Debug for P4CliResult
Auto Trait Implementations§
impl Freeze for P4CliResult
impl RefUnwindSafe for P4CliResult
impl Send for P4CliResult
impl Sync for P4CliResult
impl Unpin for P4CliResult
impl UnsafeUnpin for P4CliResult
impl UnwindSafe for P4CliResult
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