pub enum StbNodeKind {
OnGirder,
OnBeam,
OnColumn,
OnPost,
OnGrid,
OnCanti,
OnSlab,
Other,
}Variants§
Trait Implementations§
Source§impl Debug for StbNodeKind
impl Debug for StbNodeKind
Source§impl FromStr for StbNodeKind
impl FromStr for StbNodeKind
Auto Trait Implementations§
impl Freeze for StbNodeKind
impl RefUnwindSafe for StbNodeKind
impl Send for StbNodeKind
impl Sync for StbNodeKind
impl Unpin for StbNodeKind
impl UnwindSafe for StbNodeKind
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