Enum synstructure::BindStyle [−][src]
pub enum BindStyle {
Move,
MoveMut,
Ref,
RefMut,
}Expand description
The type of binding to use when generating a pattern.
Variants
x
mut x
ref x
ref mut x
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BindStyle
impl UnwindSafe for BindStyle
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more