pub struct ListPayload {
pub provider: String,
pub tests: Vec<ListEntry>,
}Fields§
§provider: String§tests: Vec<ListEntry>Trait Implementations§
Source§impl Clone for ListPayload
impl Clone for ListPayload
Source§fn clone(&self) -> ListPayload
fn clone(&self) -> ListPayload
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 ListPayload
impl Debug for ListPayload
Source§impl PartialEq for ListPayload
impl PartialEq for ListPayload
Source§impl Serialize for ListPayload
impl Serialize for ListPayload
impl Eq for ListPayload
impl StructuralPartialEq for ListPayload
Auto Trait Implementations§
impl Freeze for ListPayload
impl RefUnwindSafe for ListPayload
impl Send for ListPayload
impl Sync for ListPayload
impl Unpin for ListPayload
impl UnsafeUnpin for ListPayload
impl UnwindSafe for ListPayload
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