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