pub enum GuidParseError {
InvalidInput,
}Variants§
InvalidInput
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuidParseError
impl RefUnwindSafe for GuidParseError
impl Send for GuidParseError
impl Sync for GuidParseError
impl Unpin for GuidParseError
impl UnwindSafe for GuidParseError
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