pub enum BeamKind {
Girder,
Beam,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeamKind
impl RefUnwindSafe for BeamKind
impl Send for BeamKind
impl Sync for BeamKind
impl Unpin for BeamKind
impl UnwindSafe for BeamKind
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