pub struct RequestDetails4 {
pub key: String,
pub rpt_data: Option<Vec<ReportParameter1>>,
}Fields§
§key: String§rpt_data: Option<Vec<ReportParameter1>>Implementations§
Source§impl RequestDetails4
impl RequestDetails4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RequestDetails4
impl RefUnwindSafe for RequestDetails4
impl Send for RequestDetails4
impl Sync for RequestDetails4
impl Unpin for RequestDetails4
impl UnwindSafe for RequestDetails4
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