#[repr(C, u8)]pub enum WidowsParseErrorOwned {
ParseInt(ParseIntErrorWithInput),
NegativeValue(AzString),
}Variants§
ParseInt(ParseIntErrorWithInput)
NegativeValue(AzString)
Implementations§
Trait Implementations§
Source§impl Clone for WidowsParseErrorOwned
impl Clone for WidowsParseErrorOwned
Source§fn clone(&self) -> WidowsParseErrorOwned
fn clone(&self) -> WidowsParseErrorOwned
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WidowsParseErrorOwned
impl Debug for WidowsParseErrorOwned
Source§impl PartialEq for WidowsParseErrorOwned
impl PartialEq for WidowsParseErrorOwned
Source§fn eq(&self, other: &WidowsParseErrorOwned) -> bool
fn eq(&self, other: &WidowsParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WidowsParseErrorOwned
Auto Trait Implementations§
impl Freeze for WidowsParseErrorOwned
impl RefUnwindSafe for WidowsParseErrorOwned
impl Send for WidowsParseErrorOwned
impl Sync for WidowsParseErrorOwned
impl Unpin for WidowsParseErrorOwned
impl UnsafeUnpin for WidowsParseErrorOwned
impl UnwindSafe for WidowsParseErrorOwned
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