pub struct BatchResponse {
pub transfer: Option<Transfer>,
pub objects: Vec<ObjectResponse>,
}
Expand description
https://github.com/git-lfs/git-lfs/blob/master/docs/api/batch.md#successful-responses
Fields§
§transfer: Option<Transfer>
§objects: Vec<ObjectResponse>
Trait Implementations§
Source§impl Debug for BatchResponse
impl Debug for BatchResponse
Source§impl PartialEq for BatchResponse
impl PartialEq for BatchResponse
Source§impl Serialize for BatchResponse
impl Serialize for BatchResponse
impl Eq for BatchResponse
impl StructuralPartialEq for BatchResponse
Auto Trait Implementations§
impl Freeze for BatchResponse
impl RefUnwindSafe for BatchResponse
impl Send for BatchResponse
impl Sync for BatchResponse
impl Unpin for BatchResponse
impl UnwindSafe for BatchResponse
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