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