pub struct WlShellError(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl WlShellError
impl WlShellError
Trait Implementations§
Source§impl Clone for WlShellError
impl Clone for WlShellError
Source§fn clone(&self) -> WlShellError
fn clone(&self) -> WlShellError
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 WlShellError
impl Debug for WlShellError
Source§impl Hash for WlShellError
impl Hash for WlShellError
Source§impl Ord for WlShellError
impl Ord for WlShellError
Source§fn cmp(&self, other: &WlShellError) -> Ordering
fn cmp(&self, other: &WlShellError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WlShellError
impl PartialEq for WlShellError
Source§impl PartialOrd for WlShellError
impl PartialOrd for WlShellError
impl Copy for WlShellError
impl Eq for WlShellError
impl StructuralPartialEq for WlShellError
Auto Trait Implementations§
impl Freeze for WlShellError
impl RefUnwindSafe for WlShellError
impl Send for WlShellError
impl Sync for WlShellError
impl Unpin for WlShellError
impl UnwindSafe for WlShellError
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