pub struct CaseForwardingNotification3 {
pub justfn: CaseForwardingNotification3Code,
}Fields§
§justfn: CaseForwardingNotification3CodeImplementations§
Source§impl CaseForwardingNotification3
impl CaseForwardingNotification3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CaseForwardingNotification3
impl RefUnwindSafe for CaseForwardingNotification3
impl Send for CaseForwardingNotification3
impl Sync for CaseForwardingNotification3
impl Unpin for CaseForwardingNotification3
impl UnwindSafe for CaseForwardingNotification3
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