pub struct CommitLfsFile {
pub path: String,
pub lfs: LfsFileRef,
}Expand description
A file change that references LFS content.
Fields§
§path: StringFile path in the repository.
lfs: LfsFileRefLFS reference.
Trait Implementations§
Source§impl Clone for CommitLfsFile
impl Clone for CommitLfsFile
Source§fn clone(&self) -> CommitLfsFile
fn clone(&self) -> CommitLfsFile
Returns a duplicate 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 CommitLfsFile
impl Debug for CommitLfsFile
Auto Trait Implementations§
impl Freeze for CommitLfsFile
impl RefUnwindSafe for CommitLfsFile
impl Send for CommitLfsFile
impl Sync for CommitLfsFile
impl Unpin for CommitLfsFile
impl UnwindSafe for CommitLfsFile
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