pub struct UpdateLogProprietary1 {
pub fld_nm: String,
pub od_fld_val: String,
pub new_fld_val: String,
}Fields§
§fld_nm: String§od_fld_val: String§new_fld_val: StringImplementations§
Source§impl UpdateLogProprietary1
impl UpdateLogProprietary1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UpdateLogProprietary1
impl RefUnwindSafe for UpdateLogProprietary1
impl Send for UpdateLogProprietary1
impl Sync for UpdateLogProprietary1
impl Unpin for UpdateLogProprietary1
impl UnwindSafe for UpdateLogProprietary1
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