pub struct OpenUrlError {
pub kind: OpenUrlErrorKind,
}Fields§
§kind: OpenUrlErrorKindTrait Implementations§
Source§impl Clone for OpenUrlError
impl Clone for OpenUrlError
Source§fn clone(&self) -> OpenUrlError
fn clone(&self) -> OpenUrlError
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 OpenUrlError
impl Debug for OpenUrlError
Source§impl PartialEq for OpenUrlError
impl PartialEq for OpenUrlError
impl Eq for OpenUrlError
impl StructuralPartialEq for OpenUrlError
Auto Trait Implementations§
impl Freeze for OpenUrlError
impl RefUnwindSafe for OpenUrlError
impl Send for OpenUrlError
impl Sync for OpenUrlError
impl Unpin for OpenUrlError
impl UnsafeUnpin for OpenUrlError
impl UnwindSafe for OpenUrlError
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