pub struct InvalidWindowHandle;
Expand description
Error of attempting to create an invalid WindowHandle
from a
"current"
string.
Trait Implementations§
Source§impl Clone for InvalidWindowHandle
impl Clone for InvalidWindowHandle
Source§fn clone(&self) -> InvalidWindowHandle
fn clone(&self) -> InvalidWindowHandle
Returns a copy 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 InvalidWindowHandle
impl Debug for InvalidWindowHandle
Source§impl Display for InvalidWindowHandle
impl Display for InvalidWindowHandle
Source§impl Error for InvalidWindowHandle
impl Error for InvalidWindowHandle
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<InvalidWindowHandle> for CmdError
impl From<InvalidWindowHandle> for CmdError
Source§fn from(_: InvalidWindowHandle) -> Self
fn from(_: InvalidWindowHandle) -> Self
Converts to this type from the input type.
impl Copy for InvalidWindowHandle
Auto Trait Implementations§
impl Freeze for InvalidWindowHandle
impl RefUnwindSafe for InvalidWindowHandle
impl Send for InvalidWindowHandle
impl Sync for InvalidWindowHandle
impl Unpin for InvalidWindowHandle
impl UnwindSafe for InvalidWindowHandle
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