pub enum DeleteRefType {
Branch,
Tag,
}
Variants§
Trait Implementations§
Source§impl Clone for DeleteRefType
impl Clone for DeleteRefType
Source§fn clone(&self) -> DeleteRefType
fn clone(&self) -> DeleteRefType
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 DeleteRefType
impl Debug for DeleteRefType
Source§impl<'de> Deserialize<'de> for DeleteRefType
impl<'de> Deserialize<'de> for DeleteRefType
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 Hash for DeleteRefType
impl Hash for DeleteRefType
Source§impl Ord for DeleteRefType
impl Ord for DeleteRefType
Source§fn cmp(&self, other: &DeleteRefType) -> Ordering
fn cmp(&self, other: &DeleteRefType) -> 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 DeleteRefType
impl PartialEq for DeleteRefType
Source§impl PartialOrd for DeleteRefType
impl PartialOrd for DeleteRefType
impl Copy for DeleteRefType
impl Eq for DeleteRefType
impl StructuralPartialEq for DeleteRefType
Auto Trait Implementations§
impl Freeze for DeleteRefType
impl RefUnwindSafe for DeleteRefType
impl Send for DeleteRefType
impl Sync for DeleteRefType
impl Unpin for DeleteRefType
impl UnwindSafe for DeleteRefType
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