pub struct ListPartsOutput {
pub parts: Vec<UploadedPart>,
}Fields§
§parts: Vec<UploadedPart>Trait Implementations§
Source§impl Clone for ListPartsOutput
impl Clone for ListPartsOutput
Source§fn clone(&self) -> ListPartsOutput
fn clone(&self) -> ListPartsOutput
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 moreAuto Trait Implementations§
impl Freeze for ListPartsOutput
impl RefUnwindSafe for ListPartsOutput
impl Send for ListPartsOutput
impl Sync for ListPartsOutput
impl Unpin for ListPartsOutput
impl UnsafeUnpin for ListPartsOutput
impl UnwindSafe for ListPartsOutput
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