pub struct TTuple {
pub items: Vec<TupleItem>,
}Fields§
§items: Vec<TupleItem>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TTuple
impl RefUnwindSafe for TTuple
impl Send for TTuple
impl Sync for TTuple
impl Unpin for TTuple
impl UnwindSafe for TTuple
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