pub struct RustPackageDef {
pub other_code: Vec<Item>,
pub classes: Vec<RustClassDef>,
}
Fields§
§other_code: Vec<Item>
§classes: Vec<RustClassDef>
Trait Implementations§
Source§impl Debug for RustPackageDef
impl Debug for RustPackageDef
Source§impl Parse for RustPackageDef
impl Parse for RustPackageDef
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl PartialEq for RustPackageDef
impl PartialEq for RustPackageDef
impl StructuralPartialEq for RustPackageDef
Auto Trait Implementations§
impl Freeze for RustPackageDef
impl RefUnwindSafe for RustPackageDef
impl !Send for RustPackageDef
impl !Sync for RustPackageDef
impl Unpin for RustPackageDef
impl UnwindSafe for RustPackageDef
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