pub struct UploadPackRawPackfileResponse {
pub acknowledgments: Vec<UploadPackAcknowledgment>,
pub packfile: Vec<u8>,
}Fields§
§acknowledgments: Vec<UploadPackAcknowledgment>§packfile: Vec<u8>Trait Implementations§
Source§impl Clone for UploadPackRawPackfileResponse
impl Clone for UploadPackRawPackfileResponse
Source§fn clone(&self) -> UploadPackRawPackfileResponse
fn clone(&self) -> UploadPackRawPackfileResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UploadPackRawPackfileResponse
impl Default for UploadPackRawPackfileResponse
Source§fn default() -> UploadPackRawPackfileResponse
fn default() -> UploadPackRawPackfileResponse
Returns the “default value” for a type. Read more
impl Eq for UploadPackRawPackfileResponse
impl StructuralPartialEq for UploadPackRawPackfileResponse
Auto Trait Implementations§
impl Freeze for UploadPackRawPackfileResponse
impl RefUnwindSafe for UploadPackRawPackfileResponse
impl Send for UploadPackRawPackfileResponse
impl Sync for UploadPackRawPackfileResponse
impl Unpin for UploadPackRawPackfileResponse
impl UnsafeUnpin for UploadPackRawPackfileResponse
impl UnwindSafe for UploadPackRawPackfileResponse
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