pub struct PartyAndCertificate7 {
pub mod_cd: Option<Modification1Code>,
pub pty: PartyIdentification272,
pub cert: Option<String>,
}Fields§
§mod_cd: Option<Modification1Code>§pty: PartyIdentification272§cert: Option<String>Implementations§
Source§impl PartyAndCertificate7
impl PartyAndCertificate7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyAndCertificate7
impl RefUnwindSafe for PartyAndCertificate7
impl Send for PartyAndCertificate7
impl Sync for PartyAndCertificate7
impl Unpin for PartyAndCertificate7
impl UnwindSafe for PartyAndCertificate7
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