Struct trapeze_codegen::TtrpcServiceGenerator
source · pub struct TtrpcServiceGenerator;Trait Implementations§
source§impl ServiceGenerator for TtrpcServiceGenerator
impl ServiceGenerator for TtrpcServiceGenerator
Auto Trait Implementations§
impl RefUnwindSafe for TtrpcServiceGenerator
impl Send for TtrpcServiceGenerator
impl Sync for TtrpcServiceGenerator
impl Unpin for TtrpcServiceGenerator
impl UnwindSafe for TtrpcServiceGenerator
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