Enum sdl2::url::OpenUrlError
source · [−]Variants
InvalidUrl(NulError)
SdlError(String)
Trait Implementations
sourceimpl Clone for OpenUrlError
impl Clone for OpenUrlError
sourcefn clone(&self) -> OpenUrlError
fn clone(&self) -> OpenUrlError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OpenUrlError
impl Debug for OpenUrlError
sourceimpl Display for OpenUrlError
impl Display for OpenUrlError
sourceimpl Error for OpenUrlError
impl Error for OpenUrlError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for OpenUrlError
impl Send for OpenUrlError
impl Sync for OpenUrlError
impl Unpin for OpenUrlError
impl UnwindSafe for OpenUrlError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more