pub enum RegisterError {
NoSupportedInterface,
InvalidDescriptor,
HostError(HostError),
}Variants§
Trait Implementations§
Source§impl Debug for RegisterError
impl Debug for RegisterError
Source§impl Format for RegisterError
impl Format for RegisterError
Auto Trait Implementations§
impl Freeze for RegisterError
impl RefUnwindSafe for RegisterError
impl Send for RegisterError
impl Sync for RegisterError
impl Unpin for RegisterError
impl UnwindSafe for RegisterError
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