pub type PbCommentOnRequest = CommentOnRequest;
Expand description
Alias for CommentOnRequest
.
Aliased Type§
struct PbCommentOnRequest {
pub comment: Option<Comment>,
}
Fields§
§comment: Option<Comment>
pub type PbCommentOnRequest = CommentOnRequest;
Alias for CommentOnRequest
.
struct PbCommentOnRequest {
pub comment: Option<Comment>,
}
comment: Option<Comment>