pub struct OpenParenSymbol(/* private fields */);Trait Implementations§
Source§impl Clone for OpenParenSymbol
impl Clone for OpenParenSymbol
Source§fn clone(&self) -> OpenParenSymbol
fn clone(&self) -> OpenParenSymbol
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 moreSource§impl Debug for OpenParenSymbol
impl Debug for OpenParenSymbol
Source§impl Format for OpenParenSymbol
impl Format for OpenParenSymbol
Source§impl Parse for OpenParenSymbol
impl Parse for OpenParenSymbol
Source§fn parse(ts: &mut TokenStream) -> Result<Self>
fn parse(ts: &mut TokenStream) -> Result<Self>
Parse an item from the given token stream.
Auto Trait Implementations§
impl Freeze for OpenParenSymbol
impl RefUnwindSafe for OpenParenSymbol
impl Send for OpenParenSymbol
impl Sync for OpenParenSymbol
impl Unpin for OpenParenSymbol
impl UnsafeUnpin for OpenParenSymbol
impl UnwindSafe for OpenParenSymbol
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