pub enum GeneratedSpacing {
Joint,
Alone,
}Expand description
Whether one generated punctuation mark joins the token after it.
Variants§
Trait Implementations§
Source§impl Clone for GeneratedSpacing
impl Clone for GeneratedSpacing
Source§fn clone(&self) -> GeneratedSpacing
fn clone(&self) -> GeneratedSpacing
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 GeneratedSpacing
Source§impl Debug for GeneratedSpacing
impl Debug for GeneratedSpacing
impl Eq for GeneratedSpacing
Source§impl Hash for GeneratedSpacing
impl Hash for GeneratedSpacing
Source§impl PartialEq for GeneratedSpacing
impl PartialEq for GeneratedSpacing
impl StructuralPartialEq for GeneratedSpacing
Auto Trait Implementations§
impl Freeze for GeneratedSpacing
impl RefUnwindSafe for GeneratedSpacing
impl Send for GeneratedSpacing
impl Sync for GeneratedSpacing
impl Unpin for GeneratedSpacing
impl UnsafeUnpin for GeneratedSpacing
impl UnwindSafe for GeneratedSpacing
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