Struct syn::PatTupleStruct
source · [−]Expand description
A tuple struct or tuple variant pattern: Variant(x, y, .., z)
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
path: Path
pat: PatTuple
Trait Implementations
sourceimpl From<PatTupleStruct> for Pat
impl From<PatTupleStruct> for Pat
sourcefn from(e: PatTupleStruct) -> Pat
fn from(e: PatTupleStruct) -> Pat
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for PatTupleStruct
impl !Send for PatTupleStruct
impl !Sync for PatTupleStruct
impl Unpin for PatTupleStruct
impl UnwindSafe for PatTupleStruct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more