Enum gitlab::api::projects::repository::files::Encoding [−][src]
pub enum Encoding {
Text,
Base64,
}Expand description
Encodings for uploading file contents through an HTTP request.
Variants
No special encoding.
Only supports UTF-8 content.
Base64-encoding.
Supports representing binary content.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Encoding
impl UnwindSafe for Encoding
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more