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