pub enum GetBuildApiError {
Status400(GetBuildResponse400),
}Expand description
Typed error responses for GetBuild. One variant per declared non-2xx response.
Variants§
Status400(GetBuildResponse400)
Trait Implementations§
Source§impl Clone for GetBuildApiError
impl Clone for GetBuildApiError
Source§fn clone(&self) -> GetBuildApiError
fn clone(&self) -> GetBuildApiError
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 GetBuildApiError
impl RefUnwindSafe for GetBuildApiError
impl Send for GetBuildApiError
impl Sync for GetBuildApiError
impl Unpin for GetBuildApiError
impl UnsafeUnpin for GetBuildApiError
impl UnwindSafe for GetBuildApiError
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