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