pub struct ReleaseError;
Trait Implementations§
Source§impl Clone for ReleaseError
impl Clone for ReleaseError
Source§fn clone(&self) -> ReleaseError
fn clone(&self) -> ReleaseError
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 ReleaseError
impl Debug for ReleaseError
Source§impl Display for ReleaseError
impl Display for ReleaseError
Source§impl Error for ReleaseError
impl Error for ReleaseError
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 Hash for ReleaseError
impl Hash for ReleaseError
Source§impl Ord for ReleaseError
impl Ord for ReleaseError
Source§fn cmp(&self, other: &ReleaseError) -> Ordering
fn cmp(&self, other: &ReleaseError) -> 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 ReleaseError
impl PartialEq for ReleaseError
Source§impl PartialOrd for ReleaseError
impl PartialOrd for ReleaseError
impl Copy for ReleaseError
impl Eq for ReleaseError
impl StructuralPartialEq for ReleaseError
Auto Trait Implementations§
impl Freeze for ReleaseError
impl RefUnwindSafe for ReleaseError
impl Send for ReleaseError
impl Sync for ReleaseError
impl Unpin for ReleaseError
impl UnwindSafe for ReleaseError
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