pub struct TableStructure<'table> { /* private fields */ }
Expand description
The structure of a set of time zone names.
Trait Implementations§
Source§impl<'table> Debug for TableStructure<'table>
impl<'table> Debug for TableStructure<'table>
Source§impl<'table> IntoIterator for TableStructure<'table>
impl<'table> IntoIterator for TableStructure<'table>
Source§impl<'table> PartialEq for TableStructure<'table>
impl<'table> PartialEq for TableStructure<'table>
impl<'table> StructuralPartialEq for TableStructure<'table>
Auto Trait Implementations§
impl<'table> Freeze for TableStructure<'table>
impl<'table> RefUnwindSafe for TableStructure<'table>
impl<'table> Send for TableStructure<'table>
impl<'table> Sync for TableStructure<'table>
impl<'table> Unpin for TableStructure<'table>
impl<'table> UnwindSafe for TableStructure<'table>
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