pub struct TupleData<'s> {
pub name: Option<&'s str>,
pub field_names: Option<&'s [Cow<'static, str>]>,
}
Fields§
§name: Option<&'s str>
§field_names: Option<&'s [Cow<'static, str>]>
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for TupleData<'s>
impl<'s> RefUnwindSafe for TupleData<'s>
impl<'s> Send for TupleData<'s>
impl<'s> Sync for TupleData<'s>
impl<'s> Unpin for TupleData<'s>
impl<'s> UnwindSafe for TupleData<'s>
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