pub struct TupleStructScope { /* private fields */ }Expand description
Inspect tuple struct.
This scope does not allow modifying the tuple elements. However, hooks
for tuples would additionally receive a SeqScope
that would allow to do so.
Implementations§
Auto Trait Implementations§
impl Freeze for TupleStructScope
impl RefUnwindSafe for TupleStructScope
impl Send for TupleStructScope
impl Sync for TupleStructScope
impl Unpin for TupleStructScope
impl UnwindSafe for TupleStructScope
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