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