Struct git_credentials::helper::NextAction
source · pub struct NextAction { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for NextAction
impl Clone for NextAction
source§fn clone(&self) -> NextAction
fn clone(&self) -> NextAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NextAction
impl Debug for NextAction
source§impl From<Context> for NextAction
impl From<Context> for NextAction
source§impl PartialEq<NextAction> for NextAction
impl PartialEq<NextAction> for NextAction
source§fn eq(&self, other: &NextAction) -> bool
fn eq(&self, other: &NextAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.