pub struct Container<'a> {
pub ident: &'a Ident,
pub attrs: Container,
pub data: Data<'a>,
pub crate_path: Path,
pub original: &'a DeriveInput,
}
Fields§
§ident: &'a Ident
§attrs: Container
§data: Data<'a>
§crate_path: Path
§original: &'a DeriveInput
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Container<'a>
impl<'a> RefUnwindSafe for Container<'a>
impl<'a> !Send for Container<'a>
impl<'a> !Sync for Container<'a>
impl<'a> Unpin for Container<'a>
impl<'a> UnwindSafe for Container<'a>
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