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