pub struct StbSections {
pub children: Vec<Box<dyn StbSectionsChildren>>,
pub stb_sec_steel: StbSecSteel,
}Fields§
§children: Vec<Box<dyn StbSectionsChildren>>§stb_sec_steel: StbSecSteelImplementations§
Source§impl StbSections
impl StbSections
pub fn new() -> StbSections
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbSections
impl !RefUnwindSafe for StbSections
impl !Send for StbSections
impl !Sync for StbSections
impl Unpin for StbSections
impl !UnwindSafe for StbSections
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