pub struct DuchessDeclaration {
pub packages: Vec<JavaPackage>,
}Fields§
§packages: Vec<JavaPackage>Implementations§
Source§impl DuchessDeclaration
impl DuchessDeclaration
pub fn to_tokens(&self) -> Result<TokenStream>
Source§impl DuchessDeclaration
impl DuchessDeclaration
pub fn to_root_map(&self, reflector: &mut Reflector) -> Result<RootMap>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuchessDeclaration
impl RefUnwindSafe for DuchessDeclaration
impl !Send for DuchessDeclaration
impl !Sync for DuchessDeclaration
impl Unpin for DuchessDeclaration
impl UnwindSafe for DuchessDeclaration
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