Enum libcnb_test::PackResult
source · pub enum PackResult {
Success,
Failure,
}Expand description
Result of a pack execution.
Variants§
Trait Implementations§
source§impl Clone for PackResult
impl Clone for PackResult
source§fn clone(&self) -> PackResult
fn clone(&self) -> PackResult
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 PackResult
impl Debug for PackResult
source§impl PartialEq for PackResult
impl PartialEq for PackResult
source§fn eq(&self, other: &PackResult) -> bool
fn eq(&self, other: &PackResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PackResult
impl StructuralPartialEq for PackResult
Auto Trait Implementations§
impl Freeze for PackResult
impl RefUnwindSafe for PackResult
impl Send for PackResult
impl Sync for PackResult
impl Unpin for PackResult
impl UnwindSafe for PackResult
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.