struct TupleStructField {
from_py_with: Option<KeywordAttribute<from_py_with, LitStrValue<ExprPath>>>,
}
Fields§
§from_py_with: Option<KeywordAttribute<from_py_with, LitStrValue<ExprPath>>>
Auto Trait Implementations§
impl Freeze for TupleStructField
impl RefUnwindSafe for TupleStructField
impl !Send for TupleStructField
impl !Sync for TupleStructField
impl Unpin for TupleStructField
impl UnwindSafe for TupleStructField
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