Struct ttrpc_compiler::Customize
source · [−]Expand description
Customize generated code.
Fields
async_all: boolIndicates whether to generate async code for both server and client.
async_client: boolIndicates whether to generate async code for client.
async_server: boolIndicates whether to generate async code for server.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Customize
impl Send for Customize
impl Sync for Customize
impl Unpin for Customize
impl UnwindSafe for Customize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more