pub enum InstallationRepositoriesAction {
Added,
Removed,
}
Variants§
Trait Implementations§
Source§impl Clone for InstallationRepositoriesAction
impl Clone for InstallationRepositoriesAction
Source§fn clone(&self) -> InstallationRepositoriesAction
fn clone(&self) -> InstallationRepositoriesAction
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<'de> Deserialize<'de> for InstallationRepositoriesAction
impl<'de> Deserialize<'de> for InstallationRepositoriesAction
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 Ord for InstallationRepositoriesAction
impl Ord for InstallationRepositoriesAction
Source§fn cmp(&self, other: &InstallationRepositoriesAction) -> Ordering
fn cmp(&self, other: &InstallationRepositoriesAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InstallationRepositoriesAction
impl PartialEq for InstallationRepositoriesAction
Source§fn eq(&self, other: &InstallationRepositoriesAction) -> bool
fn eq(&self, other: &InstallationRepositoriesAction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for InstallationRepositoriesAction
impl PartialOrd for InstallationRepositoriesAction
impl Copy for InstallationRepositoriesAction
impl Eq for InstallationRepositoriesAction
impl StructuralPartialEq for InstallationRepositoriesAction
Auto Trait Implementations§
impl Freeze for InstallationRepositoriesAction
impl RefUnwindSafe for InstallationRepositoriesAction
impl Send for InstallationRepositoriesAction
impl Sync for InstallationRepositoriesAction
impl Unpin for InstallationRepositoriesAction
impl UnwindSafe for InstallationRepositoriesAction
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