pub struct DidGenerator { /* private fields */ }Expand description
A struct for generating Candid (.did) files for Internet Computer canisters.
Most users should use the CLI (generate-did <canister_name>) instead of this struct directly.
Implementations§
Auto Trait Implementations§
impl Freeze for DidGenerator
impl RefUnwindSafe for DidGenerator
impl Send for DidGenerator
impl Sync for DidGenerator
impl Unpin for DidGenerator
impl UnwindSafe for DidGenerator
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