pub struct TestSuitesPaginatedResponse {
pub results: Vec<TestSuite>,
pub metadata: PaginationMeta,
}
Fields§
§results: Vec<TestSuite>
§metadata: PaginationMeta
Implementations§
Source§impl TestSuitesPaginatedResponse
impl TestSuitesPaginatedResponse
pub fn new( results: Vec<TestSuite>, metadata: PaginationMeta, ) -> TestSuitesPaginatedResponse
Trait Implementations§
Source§impl Clone for TestSuitesPaginatedResponse
impl Clone for TestSuitesPaginatedResponse
Source§fn clone(&self) -> TestSuitesPaginatedResponse
fn clone(&self) -> TestSuitesPaginatedResponse
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 TestSuitesPaginatedResponse
impl Debug for TestSuitesPaginatedResponse
Source§impl Default for TestSuitesPaginatedResponse
impl Default for TestSuitesPaginatedResponse
Source§fn default() -> TestSuitesPaginatedResponse
fn default() -> TestSuitesPaginatedResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestSuitesPaginatedResponse
impl<'de> Deserialize<'de> for TestSuitesPaginatedResponse
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 TestSuitesPaginatedResponse
Auto Trait Implementations§
impl Freeze for TestSuitesPaginatedResponse
impl RefUnwindSafe for TestSuitesPaginatedResponse
impl Send for TestSuitesPaginatedResponse
impl Sync for TestSuitesPaginatedResponse
impl Unpin for TestSuitesPaginatedResponse
impl UnwindSafe for TestSuitesPaginatedResponse
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