pub type Result_Impl = SelectResultImpl;
Aliased Type§
struct Result_Impl {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations
Source§impl Clone for SelectResultImpl
impl Clone for SelectResultImpl
Source§fn clone(&self) -> SelectResultImpl
fn clone(&self) -> SelectResultImpl
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 more