pub struct LfsErrorResponse { /* private fields */ }
Expand description
https://github.com/git-lfs/git-lfs/blob/master/docs/api/batch.md#response-errors
Trait Implementations§
Source§impl Debug for LfsErrorResponse
impl Debug for LfsErrorResponse
Source§impl PartialEq for LfsErrorResponse
impl PartialEq for LfsErrorResponse
Source§impl Serialize for LfsErrorResponse
impl Serialize for LfsErrorResponse
impl Eq for LfsErrorResponse
impl StructuralPartialEq for LfsErrorResponse
Auto Trait Implementations§
impl Freeze for LfsErrorResponse
impl RefUnwindSafe for LfsErrorResponse
impl Send for LfsErrorResponse
impl Sync for LfsErrorResponse
impl Unpin for LfsErrorResponse
impl UnwindSafe for LfsErrorResponse
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