pub struct TupleView {
pub l_paren: LParenHandle,
pub tuple_opt: TupleOptHandle,
pub r_paren: RParenHandle,
}Fields§
§l_paren: LParenHandle§tuple_opt: TupleOptHandle§r_paren: RParenHandleTrait Implementations§
impl Copy for TupleView
impl Eq for TupleView
impl StructuralPartialEq for TupleView
Auto Trait Implementations§
impl Freeze for TupleView
impl RefUnwindSafe for TupleView
impl Send for TupleView
impl Sync for TupleView
impl Unpin for TupleView
impl UnwindSafe for TupleView
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