pub struct AcseResponseInformation {
pub application_context_name: Oid<'static>,
pub associate_result: AssociateResult,
pub associate_source_diagnostic: AssociateSourceDiagnostic,
pub responding_ap_title: Option<ApTitle>,
pub responding_ae_qualifier: Option<AeQualifier>,
pub responding_ap_invocation_identifier: Option<Vec<u8>>,
pub responding_ae_invocation_identifier: Option<Vec<u8>>,
pub implementation_information: Option<String>,
}Fields§
§application_context_name: Oid<'static>§associate_result: AssociateResult§associate_source_diagnostic: AssociateSourceDiagnostic§responding_ap_title: Option<ApTitle>§responding_ae_qualifier: Option<AeQualifier>§responding_ap_invocation_identifier: Option<Vec<u8>>§responding_ae_invocation_identifier: Option<Vec<u8>>§implementation_information: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for AcseResponseInformation
impl Clone for AcseResponseInformation
Source§fn clone(&self) -> AcseResponseInformation
fn clone(&self) -> AcseResponseInformation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AcseResponseInformation
impl Debug for AcseResponseInformation
Source§impl PartialEq for AcseResponseInformation
impl PartialEq for AcseResponseInformation
impl StructuralPartialEq for AcseResponseInformation
Auto Trait Implementations§
impl Freeze for AcseResponseInformation
impl RefUnwindSafe for AcseResponseInformation
impl Send for AcseResponseInformation
impl Sync for AcseResponseInformation
impl Unpin for AcseResponseInformation
impl UnwindSafe for AcseResponseInformation
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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