pub struct TupleField {
pub expr: Expr,
pub unpack: u8,
}Fields§
§expr: Expr§unpack: u8Trait Implementations§
Source§impl Clone for TupleField
impl Clone for TupleField
Source§fn clone(&self) -> TupleField
fn clone(&self) -> TupleField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TupleField
impl Debug for TupleField
Source§impl Encode for TupleField
impl Encode for TupleField
Auto Trait Implementations§
impl Freeze for TupleField
impl RefUnwindSafe for TupleField
impl Send for TupleField
impl Sync for TupleField
impl Unpin for TupleField
impl UnsafeUnpin for TupleField
impl UnwindSafe for TupleField
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