Struct octorust::gitignore::Gitignore[][src]

pub struct Gitignore { /* fields omitted */ }

Implementations

Get all gitignore templates.

This function performs a GET to the /gitignore/templates endpoint.

List all templates available to pass as an option when creating a repository.

FROM: https://docs.github.com/rest/reference/gitignore#get-all-gitignore-templates

Get all gitignore templates.

This function performs a GET to the /gitignore/templates endpoint.

As opposed to get_all_templates, this function returns all the pages of the request at once.

List all templates available to pass as an option when creating a repository.

FROM: https://docs.github.com/rest/reference/gitignore#get-all-gitignore-templates

Get a gitignore template.

This function performs a GET to the /gitignore/templates/{name} endpoint.

The API also allows fetching the source of a single template. Use the raw media type to get the raw contents.

FROM: https://docs.github.com/rest/reference/gitignore#get-a-gitignore-template

Parameters:

  • name: &str

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.