pub enum CreateRefType {
Repository,
Branch,
Tag,
}Variants§
Trait Implementations§
Source§impl Clone for CreateRefType
impl Clone for CreateRefType
Source§fn clone(&self) -> CreateRefType
fn clone(&self) -> CreateRefType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CreateRefType
Source§impl Debug for CreateRefType
impl Debug for CreateRefType
Source§impl<'de> Deserialize<'de> for CreateRefType
impl<'de> Deserialize<'de> for CreateRefType
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
impl Eq for CreateRefType
Source§impl Hash for CreateRefType
impl Hash for CreateRefType
Source§impl Ord for CreateRefType
impl Ord for CreateRefType
Source§fn cmp(&self, other: &CreateRefType) -> Ordering
fn cmp(&self, other: &CreateRefType) -> Ordering
1.21.0 (const: unstable) · 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 CreateRefType
impl PartialEq for CreateRefType
Source§fn eq(&self, other: &CreateRefType) -> bool
fn eq(&self, other: &CreateRefType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CreateRefType
impl PartialOrd for CreateRefType
impl StructuralPartialEq for CreateRefType
Auto Trait Implementations§
impl Freeze for CreateRefType
impl RefUnwindSafe for CreateRefType
impl Send for CreateRefType
impl Sync for CreateRefType
impl Unpin for CreateRefType
impl UnsafeUnpin for CreateRefType
impl UnwindSafe for CreateRefType
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