pub struct ValueSpec {
pub names: Vec<IdentKey>,
pub typ: Option<Expr>,
pub values: Vec<Expr>,
}
Fields§
§names: Vec<IdentKey>
§typ: Option<Expr>
§values: Vec<Expr>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueSpec
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