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