pub(crate) struct CopyFieldPlan {
pub(crate) ident: Ident,
pub(crate) skip: bool,
pub(crate) mode: CopyBindMode,
pub(crate) rename: Option<LitStr>,
}Fields§
§ident: Ident§skip: bool§mode: CopyBindMode§rename: Option<LitStr>Auto Trait Implementations§
impl Freeze for CopyFieldPlan
impl RefUnwindSafe for CopyFieldPlan
impl !Send for CopyFieldPlan
impl !Sync for CopyFieldPlan
impl Unpin for CopyFieldPlan
impl UnsafeUnpin for CopyFieldPlan
impl UnwindSafe for CopyFieldPlan
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