pub struct StbGirders {
pub stb_girder_list: Vec<StbGirder>,
}Fields§
§stb_girder_list: Vec<StbGirder>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StbGirders
impl RefUnwindSafe for StbGirders
impl Send for StbGirders
impl Sync for StbGirders
impl Unpin for StbGirders
impl UnwindSafe for StbGirders
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