Struct planus_cli::cst::RpcServiceDeclaration [−][src]
pub struct RpcServiceDeclaration<'input> {
pub keyword: SimpleToken<'input>,
pub ident: IdentToken<'input>,
pub start_brace: SimpleToken<'input>,
pub methods: Vec<RpcMethod<'input>>,
pub end_brace: SimpleToken<'input>,
}Fields
keyword: SimpleToken<'input>ident: IdentToken<'input>start_brace: SimpleToken<'input>methods: Vec<RpcMethod<'input>>end_brace: SimpleToken<'input>Trait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for RpcServiceDeclaration<'input>
impl<'input> Send for RpcServiceDeclaration<'input>
impl<'input> Sync for RpcServiceDeclaration<'input>
impl<'input> Unpin for RpcServiceDeclaration<'input>
impl<'input> UnwindSafe for RpcServiceDeclaration<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
