pub struct GitTreeNameLossy {
pub name: String,
pub action: GitTreeNameLossyAction,
pub reason: &'static str,
}Fields§
§name: String§action: GitTreeNameLossyAction§reason: &'static strTrait Implementations§
Source§impl Clone for GitTreeNameLossy
impl Clone for GitTreeNameLossy
Source§fn clone(&self) -> GitTreeNameLossy
fn clone(&self) -> GitTreeNameLossy
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 moreSource§impl Debug for GitTreeNameLossy
impl Debug for GitTreeNameLossy
impl Eq for GitTreeNameLossy
Source§impl PartialEq for GitTreeNameLossy
impl PartialEq for GitTreeNameLossy
Source§fn eq(&self, other: &GitTreeNameLossy) -> bool
fn eq(&self, other: &GitTreeNameLossy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GitTreeNameLossy
Auto Trait Implementations§
impl Freeze for GitTreeNameLossy
impl RefUnwindSafe for GitTreeNameLossy
impl Send for GitTreeNameLossy
impl Sync for GitTreeNameLossy
impl Unpin for GitTreeNameLossy
impl UnsafeUnpin for GitTreeNameLossy
impl UnwindSafe for GitTreeNameLossy
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