pub enum GirderStructureKind {
RC,
S,
SRC,
Undefined,
}Variants§
Trait Implementations§
Source§impl Debug for GirderStructureKind
impl Debug for GirderStructureKind
Source§impl FromStr for GirderStructureKind
impl FromStr for GirderStructureKind
Auto Trait Implementations§
impl Freeze for GirderStructureKind
impl RefUnwindSafe for GirderStructureKind
impl Send for GirderStructureKind
impl Sync for GirderStructureKind
impl Unpin for GirderStructureKind
impl UnwindSafe for GirderStructureKind
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