Enum git_protocol::fetch::delegate::Action [−][src]
pub enum Action {
Continue,
Cancel,
}Expand description
Defines what to do next after certain Delegate operations.
Variants
Continue the typical flow of operations in this flow.
Return at the next possible opportunity without making further requests, possibly after closing the connection.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more