pub struct ValueSpec {
pub names: Vec<IdentKey, Global>,
pub typ: Option<Expr>,
pub values: Vec<Expr, Global>,
}
Fields§
§names: Vec<IdentKey, Global>
§typ: Option<Expr>
§values: Vec<Expr, Global>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ValueSpec
impl !Send for ValueSpec
impl !Sync for ValueSpec
impl Unpin for ValueSpec
impl UnwindSafe for ValueSpec
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