Struct git_protocol::fetch::response::Response[][src]

pub struct Response { /* fields omitted */ }
Expand description

A representation of a complete fetch response

Implementations

Parse a response of the given version of the protocol from reader.

Return true if the response has a pack which can be read next.

Return an error if the given features don’t contain the required ones for the given version of the protocol.

Even though technically any set of features supported by the server could work, we only implement the ones that make it easy to maintain all versions with a single code base that aims to be and remain maintainable.

Return all acknowledgements parsed previously.

Return all shallow update lines parsed previously.

Return all wanted-refs parsed previously.

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.

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.