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