pub struct RequestHandling3 {
pub sts: RequestStatus1Choice,
pub sts_rsn: Option<StatusReasonInformation14>,
}Fields§
§sts: RequestStatus1Choice§sts_rsn: Option<StatusReasonInformation14>Implementations§
Source§impl RequestHandling3
impl RequestHandling3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RequestHandling3
impl RefUnwindSafe for RequestHandling3
impl Send for RequestHandling3
impl Sync for RequestHandling3
impl Unpin for RequestHandling3
impl UnwindSafe for RequestHandling3
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