pub struct GetCiTestResultsBatchRequest {
pub items: Vec<GetCiTestResultsBatchRequestItemsInner>,
}Fields§
§items: Vec<GetCiTestResultsBatchRequestItemsInner>Implementations§
Source§impl GetCiTestResultsBatchRequest
impl GetCiTestResultsBatchRequest
pub fn new( items: Vec<GetCiTestResultsBatchRequestItemsInner>, ) -> GetCiTestResultsBatchRequest
Trait Implementations§
Source§impl Clone for GetCiTestResultsBatchRequest
impl Clone for GetCiTestResultsBatchRequest
Source§impl Debug for GetCiTestResultsBatchRequest
impl Debug for GetCiTestResultsBatchRequest
Source§impl<'de> Deserialize<'de> for GetCiTestResultsBatchRequest
impl<'de> Deserialize<'de> for GetCiTestResultsBatchRequest
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
impl StructuralPartialEq for GetCiTestResultsBatchRequest
Auto Trait Implementations§
impl Freeze for GetCiTestResultsBatchRequest
impl RefUnwindSafe for GetCiTestResultsBatchRequest
impl Send for GetCiTestResultsBatchRequest
impl Sync for GetCiTestResultsBatchRequest
impl Unpin for GetCiTestResultsBatchRequest
impl UnsafeUnpin for GetCiTestResultsBatchRequest
impl UnwindSafe for GetCiTestResultsBatchRequest
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