pub enum UuidParseError {
UuidError(Error),
IoError(Error),
}Variants§
Trait Implementations§
Source§impl Debug for UuidParseError
impl Debug for UuidParseError
Source§impl Display for UuidParseError
impl Display for UuidParseError
Source§impl From<Error> for UuidParseError
impl From<Error> for UuidParseError
Source§fn from(x: Error) -> UuidParseError
fn from(x: Error) -> UuidParseError
Converts to this type from the input type.
Source§impl From<Error> for UuidParseError
impl From<Error> for UuidParseError
Source§fn from(x: Error) -> UuidParseError
fn from(x: Error) -> UuidParseError
Converts to this type from the input type.
Source§impl From<UuidParseError> for BatchSuccessResponseHandlingError
impl From<UuidParseError> for BatchSuccessResponseHandlingError
Source§fn from(x: UuidParseError) -> BatchSuccessResponseHandlingError
fn from(x: UuidParseError) -> BatchSuccessResponseHandlingError
Converts to this type from the input type.
Source§impl From<UuidParseError> for BatchWorkspaceError
impl From<UuidParseError> for BatchWorkspaceError
Source§fn from(x: UuidParseError) -> BatchWorkspaceError
fn from(x: UuidParseError) -> BatchWorkspaceError
Converts to this type from the input type.
Source§impl PartialEq for UuidParseError
impl PartialEq for UuidParseError
Auto Trait Implementations§
impl Freeze for UuidParseError
impl !RefUnwindSafe for UuidParseError
impl Send for UuidParseError
impl Sync for UuidParseError
impl Unpin for UuidParseError
impl !UnwindSafe for UuidParseError
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