pub enum InputPackageStatus {
Default,
Hidden,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for InputPackageStatus
impl Clone for InputPackageStatus
Source§fn clone(&self) -> InputPackageStatus
fn clone(&self) -> InputPackageStatus
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 InputPackageStatus
impl Debug for InputPackageStatus
Source§impl Hash for InputPackageStatus
impl Hash for InputPackageStatus
Source§impl Ord for InputPackageStatus
impl Ord for InputPackageStatus
Source§fn cmp(&self, other: &InputPackageStatus) -> Ordering
fn cmp(&self, other: &InputPackageStatus) -> 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 InputPackageStatus
impl PartialEq for InputPackageStatus
Source§impl PartialOrd for InputPackageStatus
impl PartialOrd for InputPackageStatus
impl Copy for InputPackageStatus
impl Eq for InputPackageStatus
impl StructuralPartialEq for InputPackageStatus
Auto Trait Implementations§
impl Freeze for InputPackageStatus
impl RefUnwindSafe for InputPackageStatus
impl Send for InputPackageStatus
impl Sync for InputPackageStatus
impl Unpin for InputPackageStatus
impl UnwindSafe for InputPackageStatus
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