pub struct Group5 {
pub mod_cd: Option<Modification1Code>,
pub grp_id: String,
pub pty: Vec<PartyAndCertificate7>,
}Fields§
§mod_cd: Option<Modification1Code>§grp_id: String§pty: Vec<PartyAndCertificate7>Implementations§
Auto Trait Implementations§
impl Freeze for Group5
impl RefUnwindSafe for Group5
impl Send for Group5
impl Sync for Group5
impl Unpin for Group5
impl UnwindSafe for Group5
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