pub struct RightParen;
Trait Implementations§
Source§impl Clone for RightParen
impl Clone for RightParen
Source§fn clone(&self) -> RightParen
fn clone(&self) -> RightParen
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RightParen
impl Debug for RightParen
Source§impl FromStr for RightParen
impl FromStr for RightParen
Source§impl Parse for RightParen
impl Parse for RightParen
type Output = RightParen
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for RightParen
Auto Trait Implementations§
impl Freeze for RightParen
impl RefUnwindSafe for RightParen
impl Send for RightParen
impl Sync for RightParen
impl Unpin for RightParen
impl UnwindSafe for RightParen
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