Struct gitlab::api::projects::issues::notes::CreateIssueNoteBuilder [−][src]
pub struct CreateIssueNoteBuilder<'a> { /* fields omitted */ }Expand description
Builder for CreateIssueNote.
Implementations
The project the issue belongs to.
The content of the note.
Whether to create a confidential note or not.
The creation date of the note.
Requires administrator or owner permissions.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateIssueNoteBuilder<'a>
impl<'a> Send for CreateIssueNoteBuilder<'a>
impl<'a> Sync for CreateIssueNoteBuilder<'a>
impl<'a> Unpin for CreateIssueNoteBuilder<'a>
impl<'a> UnwindSafe for CreateIssueNoteBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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