pub struct JoinField {
pub span: Span,
pub field: Ident,
pub value: Option<Expr>,
}Fields§
§span: Span§field: Ident§value: Option<Expr>If absent, matches a local variable with the same name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinField
impl RefUnwindSafe for JoinField
impl Send for JoinField
impl Sync for JoinField
impl Unpin for JoinField
impl UnsafeUnpin for JoinField
impl UnwindSafe for JoinField
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