Enum proc_macro2::Spacing
[−]
[src]
pub enum Spacing {
Alone,
Joint,
}Variants
AloneJointTrait Implementations
impl Copy for Spacing[src]
impl Clone for Spacing[src]
fn clone(&self) -> Spacing
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more