Enum td_shim_interface::td_uefi_pi::pi::guid::GuidParseError
source · pub enum GuidParseError {
InvalidInput,
}Variants§
InvalidInput
Trait Implementations§
Auto Trait Implementations§
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