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