Enum git_credentials::program::main::Action
source · pub enum Action {
Get,
Store,
Erase,
}
Expand description
The action passed to the credential helper implementation in main()
.
Variants
Get
Get credentials for a url.
Store
Store credentials provided in the given context.
Erase
Erase credentials identified by the given context.
Implementations
Trait Implementations
impl Copy for Action
Auto Trait Implementations
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnwindSafe for Action
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more