Struct gitlab::api::projects::issues::notes::EditIssueNoteBuilder [−][src]
pub struct EditIssueNoteBuilder<'a> { /* fields omitted */ }Expand description
Builder for EditIssueNote.
Implementations
The project to add the issue to.
The content of the note.
The confidential flag of the note.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for EditIssueNoteBuilder<'a>
impl<'a> Send for EditIssueNoteBuilder<'a>
impl<'a> Sync for EditIssueNoteBuilder<'a>
impl<'a> Unpin for EditIssueNoteBuilder<'a>
impl<'a> UnwindSafe for EditIssueNoteBuilder<'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