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