Struct gitlab::api::projects::repository::files::FileRawBuilder [−][src]
pub struct FileRawBuilder<'a> { /* fields omitted */ }Expand description
Builder for FileRaw.
Implementations
The project to get a file within.
The path to the file in the repository.
This is automatically escaped as needed.
The ref to get a file from.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for FileRawBuilder<'a>
impl<'a> Send for FileRawBuilder<'a>
impl<'a> Sync for FileRawBuilder<'a>
impl<'a> Unpin for FileRawBuilder<'a>
impl<'a> UnwindSafe for FileRawBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more