pub struct Notification2 {
pub ntfctn_tp: String,
pub reqrd: bool,
pub dstrbtn_tp: Option<InformationDistribution1Choice>,
}Fields§
§ntfctn_tp: String§reqrd: bool§dstrbtn_tp: Option<InformationDistribution1Choice>Implementations§
Source§impl Notification2
impl Notification2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Notification2
impl RefUnwindSafe for Notification2
impl Send for Notification2
impl Sync for Notification2
impl Unpin for Notification2
impl UnwindSafe for Notification2
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