pub struct Parenthesized<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> AstNode<'a> for Parenthesized<'a>
impl<'a> AstNode<'a> for Parenthesized<'a>
Source§impl<'a> Clone for Parenthesized<'a>
impl<'a> Clone for Parenthesized<'a>
Source§fn clone(&self) -> Parenthesized<'a>
fn clone(&self) -> Parenthesized<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for Parenthesized<'a>
impl<'a> Debug for Parenthesized<'a>
Source§impl Default for Parenthesized<'_>
impl Default for Parenthesized<'_>
Source§impl<'a> Hash for Parenthesized<'a>
impl<'a> Hash for Parenthesized<'a>
Source§impl<'a> PartialEq for Parenthesized<'a>
impl<'a> PartialEq for Parenthesized<'a>
impl<'a> Copy for Parenthesized<'a>
impl<'a> Eq for Parenthesized<'a>
impl<'a> StructuralPartialEq for Parenthesized<'a>
Auto Trait Implementations§
impl<'a> Freeze for Parenthesized<'a>
impl<'a> RefUnwindSafe for Parenthesized<'a>
impl<'a> Send for Parenthesized<'a>
impl<'a> Sync for Parenthesized<'a>
impl<'a> Unpin for Parenthesized<'a>
impl<'a> UnwindSafe for Parenthesized<'a>
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