Enum synstructure::BindStyle
source · [−]pub enum BindStyle {
Move,
MoveMut,
Ref,
RefMut,
}
Expand description
The type of binding to use when generating a pattern.
Variants
Move
x
MoveMut
mut x
Ref
ref x
RefMut
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