pub struct GetAllBuildsResponse {
pub metadata: Option<SearchMetadata>,
pub items: Vec<Build>,
}
Fields§
§metadata: Option<SearchMetadata>
§items: Vec<Build>
Implementations§
Source§impl GetAllBuildsResponse
impl GetAllBuildsResponse
pub fn new(items: Vec<Build>) -> GetAllBuildsResponse
Trait Implementations§
Source§impl Clone for GetAllBuildsResponse
impl Clone for GetAllBuildsResponse
Source§fn clone(&self) -> GetAllBuildsResponse
fn clone(&self) -> GetAllBuildsResponse
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 GetAllBuildsResponse
impl Debug for GetAllBuildsResponse
Source§impl<'de> Deserialize<'de> for GetAllBuildsResponse
impl<'de> Deserialize<'de> for GetAllBuildsResponse
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 GetAllBuildsResponse
impl PartialEq for GetAllBuildsResponse
Source§impl Serialize for GetAllBuildsResponse
impl Serialize for GetAllBuildsResponse
impl StructuralPartialEq for GetAllBuildsResponse
Auto Trait Implementations§
impl Freeze for GetAllBuildsResponse
impl RefUnwindSafe for GetAllBuildsResponse
impl Send for GetAllBuildsResponse
impl Sync for GetAllBuildsResponse
impl Unpin for GetAllBuildsResponse
impl UnwindSafe for GetAllBuildsResponse
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