pub struct StbSlab {
pub id: i32,
pub name: String,
pub id_section: i32,
pub kind_structure: SlabStructureKind,
pub kind_slab: SlabKind,
pub level: f64,
pub is_foundation: bool,
}Fields§
§id: i32§name: String§id_section: i32§kind_structure: SlabStructureKind§kind_slab: SlabKind§level: f64§is_foundation: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for StbSlab
impl RefUnwindSafe for StbSlab
impl Send for StbSlab
impl Sync for StbSlab
impl Unpin for StbSlab
impl UnwindSafe for StbSlab
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