Struct git_checks::checks::LfsPointer
source · pub struct LfsPointer;Expand description
A check which verifies that files meant to be under LFS control are valid LFS pointers.
Implementations§
source§impl LfsPointer
impl LfsPointer
Trait Implementations§
source§impl Clone for LfsPointer
impl Clone for LfsPointer
source§fn clone(&self) -> LfsPointer
fn clone(&self) -> LfsPointer
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 ContentCheck for LfsPointer
impl ContentCheck for LfsPointer
source§impl Debug for LfsPointer
impl Debug for LfsPointer
source§impl Default for LfsPointer
impl Default for LfsPointer
source§fn default() -> LfsPointer
fn default() -> LfsPointer
Returns the “default value” for a type. Read more