pub enum RepositoryImportAction {
Success,
Cancelled,
Failure,
}
Variants§
Trait Implementations§
source§impl Clone for RepositoryImportAction
impl Clone for RepositoryImportAction
source§fn clone(&self) -> RepositoryImportAction
fn clone(&self) -> RepositoryImportAction
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 RepositoryImportAction
impl Debug for RepositoryImportAction
source§impl<'de> Deserialize<'de> for RepositoryImportAction
impl<'de> Deserialize<'de> for RepositoryImportAction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl FromStr for RepositoryImportAction
impl FromStr for RepositoryImportAction
source§impl PartialEq<RepositoryImportAction> for RepositoryImportAction
impl PartialEq<RepositoryImportAction> for RepositoryImportAction
source§fn eq(&self, other: &RepositoryImportAction) -> bool
fn eq(&self, other: &RepositoryImportAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RepositoryImportAction
impl Serialize for RepositoryImportAction
source§impl TryFrom<&str> for RepositoryImportAction
impl TryFrom<&str> for RepositoryImportAction
source§impl VariantNames for RepositoryImportAction
impl VariantNames for RepositoryImportAction
impl StructuralPartialEq for RepositoryImportAction
Auto Trait Implementations§
impl RefUnwindSafe for RepositoryImportAction
impl Send for RepositoryImportAction
impl Sync for RepositoryImportAction
impl Unpin for RepositoryImportAction
impl UnwindSafe for RepositoryImportAction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more