pub enum OutputDetail {
Fail,
All,
}Variants§
Trait Implementations§
Source§impl Debug for OutputDetail
impl Debug for OutputDetail
Source§impl FromStr for OutputDetail
impl FromStr for OutputDetail
Source§impl PartialEq for OutputDetail
impl PartialEq for OutputDetail
impl StructuralPartialEq for OutputDetail
Auto Trait Implementations§
impl Freeze for OutputDetail
impl RefUnwindSafe for OutputDetail
impl Send for OutputDetail
impl Sync for OutputDetail
impl Unpin for OutputDetail
impl UnwindSafe for OutputDetail
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