Struct marker_api::ast::CtorField
source · #[repr(C)]pub struct CtorField<'ast> { /* private fields */ }Expand description
A single field inside a CtorExpr.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ast> RefUnwindSafe for CtorField<'ast>
impl<'ast> !Send for CtorField<'ast>
impl<'ast> !Sync for CtorField<'ast>
impl<'ast> Unpin for CtorField<'ast>
impl<'ast> UnwindSafe for CtorField<'ast>
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