Struct planus_cli::codegen::templates::rust::RpcService [−][src]
pub struct RpcService<'a>(pub &'a BackendRpcService<RustBackend>);Tuple Fields
0: &'a BackendRpcService<RustBackend>Trait Implementations
type Target = BackendRpcService<RustBackend>
type Target = BackendRpcService<RustBackend>
The resulting type after dereferencing.
Dereferences the value.
Renders the template to the given writer buffer
Provides a conservative estimate of the expanded length of the rendered template
Auto Trait Implementations
impl<'a> RefUnwindSafe for RpcService<'a>
impl<'a> Send for RpcService<'a>
impl<'a> Sync for RpcService<'a>
impl<'a> Unpin for RpcService<'a>
impl<'a> UnwindSafe for RpcService<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Helper method which allocates a new String and renders into it
Renders the template to the given writer buffer
Helper function to inspect the template’s extension
