pub enum GitTreeNameLossyAction {
Dropped,
Converted,
}Variants§
Trait Implementations§
Source§impl Clone for GitTreeNameLossyAction
impl Clone for GitTreeNameLossyAction
Source§fn clone(&self) -> GitTreeNameLossyAction
fn clone(&self) -> GitTreeNameLossyAction
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 GitTreeNameLossyAction
Source§impl Debug for GitTreeNameLossyAction
impl Debug for GitTreeNameLossyAction
impl Eq for GitTreeNameLossyAction
Source§impl PartialEq for GitTreeNameLossyAction
impl PartialEq for GitTreeNameLossyAction
Source§fn eq(&self, other: &GitTreeNameLossyAction) -> bool
fn eq(&self, other: &GitTreeNameLossyAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GitTreeNameLossyAction
Auto Trait Implementations§
impl Freeze for GitTreeNameLossyAction
impl RefUnwindSafe for GitTreeNameLossyAction
impl Send for GitTreeNameLossyAction
impl Sync for GitTreeNameLossyAction
impl Unpin for GitTreeNameLossyAction
impl UnsafeUnpin for GitTreeNameLossyAction
impl UnwindSafe for GitTreeNameLossyAction
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