pub struct DotDot(pub Punct, pub Punct);Expand description
..
Tuple Fields§
§0: Punct§1: PunctTrait Implementations§
Source§impl IntoTokens for DotDot
impl IntoTokens for DotDot
Source§fn into_tokens(self, _root: &TokenStream, tokens: &mut impl Extend<TokenTree>)
fn into_tokens(self, _root: &TokenStream, tokens: &mut impl Extend<TokenTree>)
Source§fn collect_tokens<T>(self, root: &TokenStream) -> T
fn collect_tokens<T>(self, root: &TokenStream) -> T
Convenience methods to emit
self’s tokens into a new T.Auto Trait Implementations§
impl Freeze for DotDot
impl RefUnwindSafe for DotDot
impl !Send for DotDot
impl !Sync for DotDot
impl Unpin for DotDot
impl UnsafeUnpin for DotDot
impl UnwindSafe for DotDot
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