pub enum PhysicalFamily {
Int32,
String,
}Expand description
Checkpoint 1: extend this descriptor-free inventory in the same order.
Variants§
Trait Implementations§
Source§impl Clone for PhysicalFamily
impl Clone for PhysicalFamily
Source§fn clone(&self) -> PhysicalFamily
fn clone(&self) -> PhysicalFamily
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 PhysicalFamily
Source§impl Debug for PhysicalFamily
impl Debug for PhysicalFamily
impl Eq for PhysicalFamily
Source§impl Hash for PhysicalFamily
impl Hash for PhysicalFamily
Source§impl PartialEq for PhysicalFamily
impl PartialEq for PhysicalFamily
impl StructuralPartialEq for PhysicalFamily
Auto Trait Implementations§
impl Freeze for PhysicalFamily
impl RefUnwindSafe for PhysicalFamily
impl Send for PhysicalFamily
impl Sync for PhysicalFamily
impl Unpin for PhysicalFamily
impl UnsafeUnpin for PhysicalFamily
impl UnwindSafe for PhysicalFamily
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