pub struct DefinedStructTable<'a>(/* private fields */);
Expand description
§Defined Struct Table
Contains a list of DefinedStruct items.
Trait Implementations§
Source§impl<'a> Debug for DefinedStructTable<'a>
impl<'a> Debug for DefinedStructTable<'a>
Source§impl<'a> FromIterator<&'a UndefinedStruct> for DefinedStructTable<'a>
impl<'a> FromIterator<&'a UndefinedStruct> for DefinedStructTable<'a>
Source§fn from_iter<I: IntoIterator<Item = &'a UndefinedStruct>>(iter: I) -> Self
fn from_iter<I: IntoIterator<Item = &'a UndefinedStruct>>(iter: I) -> Self
Creates a value from an iterator. Read more
Source§impl<'a> IntoIterator for DefinedStructTable<'a>
impl<'a> IntoIterator for DefinedStructTable<'a>
Auto Trait Implementations§
impl<'a> Freeze for DefinedStructTable<'a>
impl<'a> RefUnwindSafe for DefinedStructTable<'a>
impl<'a> Send for DefinedStructTable<'a>
impl<'a> Sync for DefinedStructTable<'a>
impl<'a> Unpin for DefinedStructTable<'a>
impl<'a> UnwindSafe for DefinedStructTable<'a>
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