pub struct BuildArg {
pub values: Vec<String>,
}Fields§
§values: Vec<String>Trait Implementations§
Source§impl<S> Decode<S> for BuildArgwhere
S: ErrorSpan,
impl<S> Decode<S> for BuildArgwhere
S: ErrorSpan,
Source§fn decode_node(
node: &SpannedNode<S>,
ctx: &mut Context<S>,
) -> Result<Self, DecodeError<S>>
fn decode_node( node: &SpannedNode<S>, ctx: &mut Context<S>, ) -> Result<Self, DecodeError<S>>
Decodes the node from the ast
Auto Trait Implementations§
impl Freeze for BuildArg
impl RefUnwindSafe for BuildArg
impl Send for BuildArg
impl Sync for BuildArg
impl Unpin for BuildArg
impl UnwindSafe for BuildArg
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