pub struct StructGenerator;Trait Implementations§
Source§impl Generator for StructGenerator
impl Generator for StructGenerator
Source§fn generate_syntax(
item: &Item,
index: &Index,
paths: &Paths,
external_crates: &ExternalCrates,
) -> Result<String>
fn generate_syntax( item: &Item, index: &Index, paths: &Paths, external_crates: &ExternalCrates, ) -> Result<String>
Generate Code Syntax for Struct. See Template.html
for more info.
Auto Trait Implementations§
impl Freeze for StructGenerator
impl RefUnwindSafe for StructGenerator
impl Send for StructGenerator
impl Sync for StructGenerator
impl Unpin for StructGenerator
impl UnwindSafe for StructGenerator
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