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