pub enum ScalarImpl {
Int32(i32),
String(String),
}Expand description
Checkpoint 1: extend this starter pair to every non-List physical family.
Variants§
Trait Implementations§
Source§impl Clone for ScalarImpl
impl Clone for ScalarImpl
Source§fn clone(&self) -> ScalarImpl
fn clone(&self) -> ScalarImpl
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 moreSource§impl Debug for ScalarImpl
impl Debug for ScalarImpl
Source§impl PartialEq for ScalarImpl
impl PartialEq for ScalarImpl
impl StructuralPartialEq for ScalarImpl
Auto Trait Implementations§
impl Freeze for ScalarImpl
impl RefUnwindSafe for ScalarImpl
impl Send for ScalarImpl
impl Sync for ScalarImpl
impl Unpin for ScalarImpl
impl UnsafeUnpin for ScalarImpl
impl UnwindSafe for ScalarImpl
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