pub struct UnitDecl {
pub dim: Option<String>,
pub factor: Option<Rc<Expr>>,
pub base: Option<String>,
}Fields§
§dim: Option<String>§factor: Option<Rc<Expr>>§base: Option<String>Auto Trait Implementations§
impl !RefUnwindSafe for UnitDecl
impl !Send for UnitDecl
impl !Sync for UnitDecl
impl !UnwindSafe for UnitDecl
impl Freeze for UnitDecl
impl Unpin for UnitDecl
impl UnsafeUnpin for UnitDecl
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