pub struct RParenView {
pub r_paren: RParen,
}Fields§
§r_paren: RParenTrait Implementations§
Source§impl Clone for RParenView
impl Clone for RParenView
Source§fn clone(&self) -> RParenView
fn clone(&self) -> RParenView
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 Debug for RParenView
impl Debug for RParenView
Source§impl PartialEq for RParenView
impl PartialEq for RParenView
impl Copy for RParenView
impl Eq for RParenView
impl StructuralPartialEq for RParenView
Auto Trait Implementations§
impl Freeze for RParenView
impl RefUnwindSafe for RParenView
impl Send for RParenView
impl Sync for RParenView
impl Unpin for RParenView
impl UnwindSafe for RParenView
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