#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Comment
Implementations
The ID of the comment.
The ID of the comment.
The ID of the parent comment.
The ID of the root comment in the thread.
The ID of the root comment in the thread.
The details of the user who made the comment.
The details of the user who made the comment.
The time that the comment was created.
The time that the comment was created.
The status of the comment.
The status of the comment.
The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.
The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.
If the comment is a reply to another user's comment, this field contains the user ID of the user being replied to.
If the comment is a reply to another user's comment, this field contains the user ID of the user being replied to.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more