pub enum LfsResult {
Hit,
Miss,
Error,
}Expand description
The result label on lfs_objects_total.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LfsResult
impl RefUnwindSafe for LfsResult
impl Send for LfsResult
impl Sync for LfsResult
impl Unpin for LfsResult
impl UnsafeUnpin for LfsResult
impl UnwindSafe for LfsResult
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