pub struct UploadPackPackfileResponse {
pub acknowledgments: Vec<UploadPackAcknowledgment>,
pub sideband: Vec<SideBandPacket>,
}Fields§
§acknowledgments: Vec<UploadPackAcknowledgment>§sideband: Vec<SideBandPacket>Trait Implementations§
Source§impl Clone for UploadPackPackfileResponse
impl Clone for UploadPackPackfileResponse
Source§fn clone(&self) -> UploadPackPackfileResponse
fn clone(&self) -> UploadPackPackfileResponse
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 Debug for UploadPackPackfileResponse
impl Debug for UploadPackPackfileResponse
Source§impl Default for UploadPackPackfileResponse
impl Default for UploadPackPackfileResponse
Source§fn default() -> UploadPackPackfileResponse
fn default() -> UploadPackPackfileResponse
Returns the “default value” for a type. Read more
impl Eq for UploadPackPackfileResponse
Source§impl PartialEq for UploadPackPackfileResponse
impl PartialEq for UploadPackPackfileResponse
Source§fn eq(&self, other: &UploadPackPackfileResponse) -> bool
fn eq(&self, other: &UploadPackPackfileResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UploadPackPackfileResponse
Auto Trait Implementations§
impl Freeze for UploadPackPackfileResponse
impl RefUnwindSafe for UploadPackPackfileResponse
impl Send for UploadPackPackfileResponse
impl Sync for UploadPackPackfileResponse
impl Unpin for UploadPackPackfileResponse
impl UnsafeUnpin for UploadPackPackfileResponse
impl UnwindSafe for UploadPackPackfileResponse
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