pub struct TngSection {
pub section_start: ScriptField,
pub things: Vec<TngThing>,
}
Fields§
§section_start: ScriptField
§things: Vec<TngThing>
Trait Implementations§
Source§impl Debug for TngSection
impl Debug for TngSection
Source§impl PartialEq for TngSection
impl PartialEq for TngSection
impl StructuralPartialEq for TngSection
Auto Trait Implementations§
impl Freeze for TngSection
impl RefUnwindSafe for TngSection
impl Send for TngSection
impl Sync for TngSection
impl Unpin for TngSection
impl UnwindSafe for TngSection
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