pub struct UploadBuild {
pub build_info: BuildCommon,
}Fields§
§build_info: BuildCommonTrait Implementations§
Source§impl Clone for UploadBuild
impl Clone for UploadBuild
Source§fn clone(&self) -> UploadBuild
fn clone(&self) -> UploadBuild
Returns a duplicate of the value. Read more
1.0.0 · 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 UploadBuild
impl Debug for UploadBuild
Source§impl<'de> Deserialize<'de> for UploadBuild
impl<'de> Deserialize<'de> for UploadBuild
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UploadBuild
impl PartialEq for UploadBuild
Source§impl Serialize for UploadBuild
impl Serialize for UploadBuild
impl StructuralPartialEq for UploadBuild
Auto Trait Implementations§
impl Freeze for UploadBuild
impl RefUnwindSafe for UploadBuild
impl Send for UploadBuild
impl Sync for UploadBuild
impl Unpin for UploadBuild
impl UnwindSafe for UploadBuild
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