pub struct HyprlandError { /* private fields */ }Expand description
Used when Hyprland sends an error over a socket
Trait Implementations§
Source§impl Clone for HyprlandError
impl Clone for HyprlandError
Source§fn clone(&self) -> HyprlandError
fn clone(&self) -> HyprlandError
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 HyprlandError
impl Debug for HyprlandError
Source§impl Display for HyprlandError
impl Display for HyprlandError
Source§impl Error for HyprlandError
impl Error for HyprlandError
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()
Auto Trait Implementations§
impl Freeze for HyprlandError
impl RefUnwindSafe for HyprlandError
impl Send for HyprlandError
impl Sync for HyprlandError
impl Unpin for HyprlandError
impl UnwindSafe for HyprlandError
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