pub enum FeaturePacket {
One,
Two,
Three,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FeaturePacket
impl Clone for FeaturePacket
Source§fn clone(&self) -> FeaturePacket
fn clone(&self) -> FeaturePacket
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FeaturePacket
Source§impl Debug for FeaturePacket
impl Debug for FeaturePacket
impl Eq for FeaturePacket
Source§impl Hash for FeaturePacket
impl Hash for FeaturePacket
Source§impl Ord for FeaturePacket
impl Ord for FeaturePacket
Source§fn cmp(&self, other: &FeaturePacket) -> Ordering
fn cmp(&self, other: &FeaturePacket) -> Ordering
1.21.0 (const: unstable) · 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 FeaturePacket
impl PartialEq for FeaturePacket
Source§impl PartialOrd for FeaturePacket
impl PartialOrd for FeaturePacket
impl StructuralPartialEq for FeaturePacket
Auto Trait Implementations§
impl Freeze for FeaturePacket
impl RefUnwindSafe for FeaturePacket
impl Send for FeaturePacket
impl Sync for FeaturePacket
impl Unpin for FeaturePacket
impl UnsafeUnpin for FeaturePacket
impl UnwindSafe for FeaturePacket
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