pub enum BlobMode {
Regular,
Executable,
}Expand description
The two ordinary Git blob modes. Trees, symlinks, and gitlinks are represented by other target types and cannot be smuggled into a blob.
Variants§
Trait Implementations§
impl Copy for BlobMode
impl Eq for BlobMode
Source§impl IntoEnumIterator for BlobMode
impl IntoEnumIterator for BlobMode
type Iterator = BlobModeIter
fn iter() -> BlobModeIter ⓘ
impl StructuralPartialEq for BlobMode
Auto Trait Implementations§
impl Freeze for BlobMode
impl RefUnwindSafe for BlobMode
impl Send for BlobMode
impl Sync for BlobMode
impl Unpin for BlobMode
impl UnsafeUnpin for BlobMode
impl UnwindSafe for BlobMode
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