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