Enum git_protocol::credentials::Action [−][src]
Expand description
The action to perform by the credentials helper().
Variants
Fill(&'a str)Provide credentials using the given repository URL (as &str) as context.
Tuple Fields of Fill
0: &'a strApprove the credentials as identified by the previous input as Vec<u8>.
Reject the credentials as identified by the previous input as Vec<u8>.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Action<'a>
impl<'a> UnwindSafe for Action<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more