pub struct CaseList {
pub cases: Vec<Case>,
pub total: u64,
pub truncated: bool,
}Fields§
§cases: Vec<Case>§total: u64§truncated: boolTrait Implementations§
impl StructuralPartialEq for CaseList
Auto Trait Implementations§
impl Freeze for CaseList
impl RefUnwindSafe for CaseList
impl Send for CaseList
impl Sync for CaseList
impl Unpin for CaseList
impl UnsafeUnpin for CaseList
impl UnwindSafe for CaseList
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