pub struct StbSecSlabRC {
pub id: i32,
pub name: String,
pub is_foundation: bool,
pub is_canti: bool,
pub strength_concrete: String,
pub stb_sec_figure: StbSecFigureSlab,
pub stb_sec_bar_arrangement: StbSecBarArrangementSlab,
}Fields§
§id: i32§name: String§is_foundation: bool§is_canti: bool§strength_concrete: String§stb_sec_figure: StbSecFigureSlab§stb_sec_bar_arrangement: StbSecBarArrangementSlabTrait Implementations§
Source§impl Debug for StbSecSlabRC
impl Debug for StbSecSlabRC
impl StbSectionsChildren for StbSecSlabRC
Auto Trait Implementations§
impl Freeze for StbSecSlabRC
impl RefUnwindSafe for StbSecSlabRC
impl Send for StbSecSlabRC
impl Sync for StbSecSlabRC
impl Unpin for StbSecSlabRC
impl UnwindSafe for StbSecSlabRC
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