pub enum OpenUrlErrorKind {
Unsupported,
BackendError,
}Variants§
Trait Implementations§
Source§impl Clone for OpenUrlErrorKind
impl Clone for OpenUrlErrorKind
Source§fn clone(&self) -> OpenUrlErrorKind
fn clone(&self) -> OpenUrlErrorKind
Returns a duplicate of the value. Read more
1.0.0 · 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 OpenUrlErrorKind
impl Debug for OpenUrlErrorKind
Source§impl PartialEq for OpenUrlErrorKind
impl PartialEq for OpenUrlErrorKind
impl Copy for OpenUrlErrorKind
impl Eq for OpenUrlErrorKind
impl StructuralPartialEq for OpenUrlErrorKind
Auto Trait Implementations§
impl Freeze for OpenUrlErrorKind
impl RefUnwindSafe for OpenUrlErrorKind
impl Send for OpenUrlErrorKind
impl Sync for OpenUrlErrorKind
impl Unpin for OpenUrlErrorKind
impl UnsafeUnpin for OpenUrlErrorKind
impl UnwindSafe for OpenUrlErrorKind
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